Skip to content

ethereum/beacon_chain

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
September 16, 2018 16:06
January 12, 2019 22:31
ssz
September 24, 2018 09:27
September 17, 2018 09:02
September 16, 2018 16:06
September 15, 2018 09:43
January 21, 2019 11:35
December 22, 2018 22:48

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