Implements a proof of concept beacon chain for a sharded pos ethereum 2.0. Spec in progress can be found here.
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.
pytest tests
Run with -s
option for detailed log output
make build
make deploy