prysm-pulse/beacon-chain
Federico Gimenez dd29481abe Fix beacon-chain/sync Test Race (#390)
* fix beacon-chain/sync test race

* address review comments

* remove unused file

* gazelle

* disable race for client/contracts

* address review comments

* fix conflict

* remove duplicated deps, embed

* remove unneeded file
2018-08-12 16:27:21 -04:00
..
blockchain client: Update Attester to Use Beacon Node RPC, Replacing SMC Completely (#365) 2018-08-09 17:54:59 -05:00
node client: Update Attester to Use Beacon Node RPC, Replacing SMC Completely (#365) 2018-08-09 17:54:59 -05:00
params Update docs client/beacon-chain wide (#386) 2018-08-09 11:25:48 -07:00
powchain Update docs client/beacon-chain wide (#386) 2018-08-09 11:25:48 -07:00
rpc client: Update Attester to Use Beacon Node RPC, Replacing SMC Completely (#365) 2018-08-09 17:54:59 -05:00
simulator beacon: Fix Beacon Block Response in Simulator (#394) 2018-08-12 13:20:30 -05:00
sync Fix beacon-chain/sync Test Race (#390) 2018-08-12 16:27:21 -04:00
types Update docs client/beacon-chain wide (#386) 2018-08-09 11:25:48 -07:00
utils client: Update Attester to Use Beacon Node RPC, Replacing SMC Completely (#365) 2018-08-09 17:54:59 -05:00
BUILD.bazel Kubernetes - Part 1 of ?? (#348) 2018-07-30 10:04:47 -04:00
main.go Update docs client/beacon-chain wide (#386) 2018-08-09 11:25:48 -07:00
README.md Update docs client/beacon-chain wide (#386) 2018-08-09 11:25:48 -07:00
RESEARCH.md Update Documentation to Reflect Beacon Chain Research (#247) 2018-07-12 12:12:11 -05:00
VALIDATOR_REGISTER.md beacon: Define a Core Blockchain Package and Persisted Structure for Beacon (#278) 2018-07-19 11:31:50 -05:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum 2.0 in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest sharding + casper design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Refer this page on why we are combining sharding and casper together.