prysm-pulse/beacon-chain
2018-10-11 23:41:17 -05:00
..
attestation Refactor to Create DB Package (#582) 2018-10-05 13:14:50 -04:00
blockchain Clean Up Todos and Add in Issue Checker (#640) 2018-10-11 13:52:09 -05:00
casper [WIP] Partial fix for the validator code (#647) 2018-10-11 23:41:17 -05:00
db Clean Up Todos and Add in Issue Checker (#640) 2018-10-11 13:52:09 -05:00
internal Validator Client Use Assignment Stream to Determine Responsibility (#566) 2018-09-27 14:46:07 -07:00
node Fix Flaky Tests (#636) 2018-10-09 10:52:20 -05:00
params Align Block and State Field Names with Spec (#628) 2018-10-09 19:34:50 -07:00
powchain Add Go tools in bazel (#608) 2018-10-02 22:04:36 -04:00
rpc [WIP] Partial fix for the validator code (#647) 2018-10-11 23:41:17 -05:00
simulator Implement Precise Ticker For Slot Interval (#635) 2018-10-10 11:17:48 -05:00
sync Align Block and State Field Names with Spec (#628) 2018-10-09 19:34:50 -07:00
types Clean Up Todos and Add in Issue Checker (#640) 2018-10-11 13:52:09 -05:00
utils Implement Precise Ticker For Slot Interval (#635) 2018-10-10 11:17:48 -05:00
BUILD.bazel Updated Docker Rules (#424) 2018-08-21 19:59:36 -07:00
main.go Update Beacon/Validator Flags to Disable Reward/Cross-Link Checking by Default (#597) 2018-10-02 10:04:37 +08: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.