Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

ethereum/beacon_chain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Sep 16, 2018
Oct 3, 2018
Jan 12, 2019
Sep 24, 2018
Jan 14, 2019
Sep 17, 2018
Sep 16, 2018
Sep 17, 2018
Aug 22, 2018
Sep 15, 2018
Aug 20, 2018
Jan 21, 2019
Nov 22, 2018
Dec 22, 2018
Nov 22, 2018

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages