All Projects → ethereum → Beacon_chain

ethereum / Beacon_chain

Licence: mit

Programming Languages

python
139335 projects - #7 most used programming language

eth2.0 Beacon Chain

CircleCI

Implements a proof of concept beacon chain for a sharded pos ethereum 2.0. Spec in progress can be found here.

Installation

Using a python3.6.* environment, run the following to install required libraries:

pip install -e .[dev]

NOTE: We suggest using virtualenv to sandbox your setup.

Tests

pytest tests

Run with -s option for detailed log output

Installation through Docker

make build

make deploy

Simple Serialize

here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].