Files
lodestar/packages/fork-choice/README.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

15 lines
520 B
Markdown

# lodestar-fork-choice
> This package is part of [ChainSafe's Lodestar](https://lodestar.chainsafe.io) project
Lodestar implementation of the [Ethereum Consensus fork choice](https://github.com/ethereum/consensus-specs/blob/dev/specs/phase0/fork-choice.md).
## Usage
See usage in the `lodestar` package here:
https://github.com/ChainSafe/lodestar/blob/0cf18e3bedcbf402e46917d402eb92938dafd49c/packages/lodestar/src/chain/forkChoice/forkChoice.ts#L17
## License
Apache-2.0 [ChainSafe Systems](https://chainsafe.io)