prysm-pulse/beacon-chain
2018-08-13 17:58:37 -07:00
..
blockchain Part 1 of Aligning Core Blockchain Package with Latest 2.1 Spec (#371) 2018-08-13 17:58:37 -07:00
node client: Update Attester to Use Beacon Node RPC, Replacing SMC Completely (#365) 2018-08-09 17:54:59 -05:00
params Part 1 of Aligning Core Blockchain Package with Latest 2.1 Spec (#371) 2018-08-13 17:58:37 -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 Part 1 of Aligning Core Blockchain Package with Latest 2.1 Spec (#371) 2018-08-13 17:58:37 -07:00
sync Part 1 of Aligning Core Blockchain Package with Latest 2.1 Spec (#371) 2018-08-13 17:58:37 -07:00
types Part 1 of Aligning Core Blockchain Package with Latest 2.1 Spec (#371) 2018-08-13 17:58:37 -07:00
utils Part 1 of Aligning Core Blockchain Package with Latest 2.1 Spec (#371) 2018-08-13 17:58:37 -07: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.