prysm-pulse/beacon-chain
2018-08-25 11:59:46 -07:00
..
blockchain Part 4 of Aligning Beacon Chain with Latest 2.1 - Bootstrapping Genesis (#430) 2018-08-25 11:59:46 -07:00
casper Part 4 of Aligning Beacon Chain with Latest 2.1 - Bootstrapping Genesis (#430) 2018-08-25 11:59:46 -07:00
internal beacon: Implement Beacon Node gRPC Server Streams (#400) 2018-08-17 21:34:56 -06:00
node Part 3 of Aligning Beacon Chain with Latest 2.1 - Processing Attestations (#423) 2018-08-24 09:07:23 -07:00
params Part 4 of Aligning Beacon Chain with Latest 2.1 - Bootstrapping Genesis (#430) 2018-08-25 11:59:46 -07:00
powchain beacon: Improve Test Coverage for Beacon Chain Package (#402) 2018-08-14 22:49:59 -06:00
rpc beacon: Store Incoming Blocks and Calculated States in DAG (#422) 2018-08-23 22:09:59 -06:00
simulator beacon: Store Incoming Blocks and Calculated States in DAG (#422) 2018-08-23 22:09:59 -06:00
sync beacon: Store Incoming Blocks and Calculated States in DAG (#422) 2018-08-23 22:09:59 -06:00
types Part 4 of Aligning Beacon Chain with Latest 2.1 - Bootstrapping Genesis (#430) 2018-08-25 11:59:46 -07:00
utils Part 4 of Aligning Beacon Chain with Latest 2.1 - Bootstrapping Genesis (#430) 2018-08-25 11:59:46 -07:00
BUILD.bazel Updated Docker Rules (#424) 2018-08-21 19:59:36 -07:00
main.go Implement Beacon Node Validator and Observer Entry Points (#414) 2018-08-20 08:50:11 -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.