2022-05-10 20:39:38 +05:30
2022-01-31 11:49:02 -06:00
2022-05-07 13:45:38 +05:30
2021-09-02 09:36:11 +02:00

Lodestar Ethereum Consensus Implementation

GitHub release (latest by date) npm Docker Image Version (latest by date) Eth Consensus Spec v1.1.10 codecov Maintainability ES Version Node Version

Lodestar is a TypeScript implementation of the Ethereum Consensus specification developed by ChainSafe Systems.

Get it from the NPM Registry:
npm install -g @chainsafe/lodestar-cli
Get it from the Docker Hub:
docker pull chainsafe/lodestar

Getting started

Prerequisites

Developer Quickstart:
lerna bootstrap
yarn build
./lodestar --help

Architecture Overview

  • 📦 This mono-repository contains a suite of Ethereum Consensus packages.
  • ⚖️ The mono-repository is released under LGPLv3 license. Note, that the packages contain their own licenses.
Package Version License Docs Description
@chainsafe/lodestar npm License: LGPL v3 documentation 🚨 Beacon-chain client
@chainsafe/lodestar-validator npm License: LGPL v3 documentation 🏦 Validator client
@chainsafe/lodestar-light-client npm License documentation 🐦 Ethereum Light client
@chainsafe/lodestar-api npm License documentation 📋 REST Client for the Eth Beacon API
@chainsafe/lodestar-cli npm License: LGPL v3 documentation 💻 Command-line tool for Lodestar
@chainsafe/lodestar-beacon-state-transition npm License: LGPL v3 documentation 🔎 Eth Consensus beacon-state transition
@chainsafe/lodestar-types npm License documentation 🗒️ Eth Consensus TypeScript and SSZ types
@chainsafe/lodestar-params npm License documentation 🕸️ Eth Consensus network parameters
@chainsafe/lodestar-utils npm License documentation 🧰 Miscellaneous utility functions used across Lodestar
@chainsafe/lodestar-config npm License documentation 🗒️ Eth Consensus types and params bundled together
@chainsafe/lodestar-spec-test-util npm License documentation 🧪 Test harness for Eth Consensus spec tests
@chainsafe/lodestar-spec-test-runner License: LGPL v3 🧪 Run all Eth Consensus spec tests
@chainsafe/lodestar-db npm License documentation 💾 Read/write persistent Eth Consensus data
@chainsafe/lodestar-fork-choice npm License documentation 🍴 Beacon-chain fork choice

Contributors

Read our contributors document, submit an issue or talk to us on our Discord!

Meetings

Weekly contributor meetings are public and announced on Discord. Feel free to check out our meeting notes and documents on HackMD. Post-September 2021, meeting notes can be found on the Lodestar Wiki Page.

Donations

We are a local group of Toronto open-source developers. As such, all of our open-source work is funded by grants. We all take the time out of our hectic lives to contribute to the Ethereum ecosystem. If you want to donate, you can send us ETH at the following address: lodestar.chainsafe.eth

Description
No description provided
Readme 321 MiB
Languages
TypeScript 99%
Shell 0.6%
JavaScript 0.3%
Dockerfile 0.1%