Files
lodestar/docs/libraries/index.md
Phil Ngo 6bd0310a96 Removing eth2 mentions in documentation and fix links (#3848)
* Remove architecture.md from docs

* Update mkdocs.yml to remove architecture.md

* Remove architecture link from readme

* Remove architecture.md links from depgraph.md

* Remove architecture overview from readme

* Remove eth2 terminology on contributing.md

* remove eth2 references from docs
2022-03-13 17:31:26 -05:00

2.6 KiB

Lodestar libraries

The Lodestar project is divided into Typescript packages that can be used independently of the CLI. These packages span the breadth of the Ethereum Consensus layer, and are perfect for Typescript developers looking to build around Ethereum.

Monorepo libraries

Several useful Ethereum consensus libraries are developed as part of the Lodestar monorepo and may be useful when used individually.

  • params - Ethereum consensus constants and fork names
  • types - Ethereum consensus datatypes, Typescript interfaces and SSZ type objects
  • config - Ethereum consensus run-time network configuration
  • api - Ethereum consensus REST API client

Other libraries

BLS Utilities

Hashing

Networking