2020-06-02 10:28:36 -05:00
2019-11-06 15:17:11 -05:00
2020-03-30 20:24:46 -04:00
2020-06-02 09:45:03 -05:00
2019-09-15 19:39:34 -04:00
2019-07-18 15:15:50 -04:00
2020-03-30 11:03:59 +02:00
2019-08-04 11:23:43 +02:00
2020-05-09 15:34:10 +02:00
2020-04-18 05:33:27 +07:00
2020-04-08 23:54:34 -05:00
2019-09-23 19:21:41 -05:00
2020-06-02 09:45:03 -05:00
2019-07-18 17:41:41 -04:00
2020-05-14 10:17:50 +02:00
2019-09-15 19:39:34 -04:00
2020-06-02 10:05:28 -05:00

lodestar logo

Lodestar Monorepo

ETH2.0_Spec_Version 0.11.1 Discord codecov Maintainability

Welcome to the ChainSafe lodestar monorepo! This repository contains a suite of Ethereum 2.0 packages.

Index

Tl;Dr:

Lodestar is a Typescript implementation of the Eth 2 Beacon chain spec.

Prerequisites

Getting Started

To get an instance of Lodestar up & running, start a terminal from the root of the this repo:

  1. Install dependencies accross all packages:
yarn install
  1. Run the build script:
yarn run build
  1. Lodestar should now be ready for use:
yarn run cli --help

Contributors

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

Meeting Notes

Feel free to check out our meeting notes and documents on HackMD.

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

Packages

@chainsafe/lodestar

Beacon chain implementation

npm License: LGPL v3 documentation

@chainsafe/lodestar-validator

Eth2 validator client implementation

npm License: LGPL v3 documentation

@chainsafe/lodestar-types

Typescript types for Ethereum 2.0 datastructures

npm License documentation

@chainsafe/lodestar-params

Beacon chain parameters

npm License documentation

@chainsafe/lodestar-utils

Utility methods used throughout Lodestar modules.

npm License documentation

@chainsafe/lodestar-config

Beacon chain configuration

npm License documentation

@chainsafe/lodestar-beacon-state-transition

Beacon chain state transition

npm License documentation

@chainsafe/lodestar-spec-test-util

Ethereum 2.0 spec test utilities

npm License documentation

Description
No description provided
Readme 507 MiB
Languages
TypeScript 98.9%
JavaScript 0.6%
Shell 0.4%