mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-08 23:28:10 -05:00
docs: add ERA package to readme (#8644)
**Motivation** - The era package was not mentioned in the readme. **Description** <!-- A clear and concise general description of the changes of this pull request. --> <!-- If applicable, add screenshots to help explain your solution --> <!-- Link to issues: Resolves #111, Resolves #222 --> **AI Assistance Disclosure** - [x] External Contributors: I have read the [contributor guidelines](https://github.com/ChainSafe/lodestar/blob/unstable/CONTRIBUTING.md#ai-assistance-notice) and disclosed my usage of AI below. <!-- Insert any AI assistance disclosure here -->
This commit is contained in:
@@ -51,6 +51,7 @@ yarn build
|
||||
| [`@lodestar/beacon-node`](./packages/beacon-node) | [](https://www.npmjs.com/package/@lodestar/beacon-node) | [](https://opensource.org/licenses/Apache-2.0) | [](./packages/beacon-node) | :rotating_light: Beacon-chain client |
|
||||
| [`@lodestar/config`](./packages/config) | [](https://www.npmjs.com/package/@lodestar/config) | [](https://opensource.org/licenses/Apache-2.0) | [](./packages/config) | :spiral_notepad: Eth Consensus types and params bundled together |
|
||||
| [`@lodestar/db`](./packages/db) | [](https://www.npmjs.com/package/@lodestar/db) | [](https://opensource.org/licenses/Apache-2.0) | [](./packages/db) | :floppy_disk: Read/write persistent Eth Consensus data |
|
||||
| [`@lodestar/era`](./packages/era) | [](https://www.npmjs.com/package/@lodestar/era) | [](https://opensource.org/licenses/Apache-2.0) | [](./packages/era) | :file_folder: Era file handling for historical beacon chain data |
|
||||
| [`@lodestar/flare`](./packages/flare) | [](https://www.npmjs.com/package/@lodestar/flare) | [](https://opensource.org/licenses/Apache-2.0) | [](./packages/flare) | :boom: Command tool for triggering non-standard actions |
|
||||
| [`@lodestar/fork-choice`](./packages/fork-choice) | [](https://www.npmjs.com/package/@lodestar/fork-choice) | [](https://opensource.org/licenses/Apache-2.0) | [](./packages/fork-choice) | :fork_and_knife: Beacon-chain fork choice |
|
||||
| [`@lodestar/light-client`](./packages/light-client) | [](https://www.npmjs.com/package/@lodestar/light-client) | [](https://opensource.org/licenses/Apache-2.0) | [](./packages/light-client) | :bird: Ethereum Light client |
|
||||
|
||||
Reference in New Issue
Block a user