prysm-pulse/beacon-chain
2018-09-27 23:48:39 -07:00
..
attestation Fix State Recalc in Slot Assignment (#585) 2018-09-27 23:49:29 -05:00
blockchain Implemented Dev Flag to Use Demo Config (#586) 2018-09-27 23:48:39 -07:00
casper Implemented Dev Flag to Use Demo Config (#586) 2018-09-27 23:48:39 -07:00
internal Validator Client Use Assignment Stream to Determine Responsibility (#566) 2018-09-27 14:46:07 -07:00
node Implemented Dev Flag to Use Demo Config (#586) 2018-09-27 23:48:39 -07:00
params Implemented Dev Flag to Use Demo Config (#586) 2018-09-27 23:48:39 -07:00
powchain Allow users to use 0x prefix for their pubkey (#500) 2018-09-11 18:55:05 -07:00
rpc Implemented Dev Flag to Use Demo Config (#586) 2018-09-27 23:48:39 -07:00
simulator --Dev Mode Flag for Local Demo/Development (#537) 2018-09-21 16:02:17 -05:00
sync Load Genesis State Config when Flag is Specified (#576) 2018-09-26 23:58:00 -07:00
types Implemented Dev Flag to Use Demo Config (#586) 2018-09-27 23:48:39 -07:00
utils Implemented Dev Flag to Use Demo Config (#586) 2018-09-27 23:48:39 -07:00
BUILD.bazel Updated Docker Rules (#424) 2018-08-21 19:59:36 -07:00
main.go Validator Client Use Assignment Stream to Determine Responsibility (#566) 2018-09-27 14:46:07 -07:00
README.md Fixed Broken Markdown links (#483) 2018-09-08 06:50:21 -07: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. Check out the FAQs. Refer this page on why we are combining sharding and casper together.