prysm-pulse/beacon-chain
2019-09-17 14:14:51 -07:00
..
blockchain Aggregate attestations before verify and update votes (#3493) 2019-09-16 17:48:03 -07:00
cache Resolve Miscellaneous Prysm TODOs (#3465) 2019-09-16 15:45:03 -05:00
core Resolve Miscellaneous Prysm TODOs (#3465) 2019-09-16 15:45:03 -05:00
db Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
flags Clean up unused flags (#3449) 2019-09-12 11:48:34 -04:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
interop-cold-start fix panic (#3448) 2019-09-12 14:18:41 +05:30
node fix config (#3500) 2019-09-17 11:19:58 +05:30
operations Clean up operation service (#3468) 2019-09-16 12:05:30 -05:00
p2p Save Network Keys in Data Directory (#3488) 2019-09-16 17:09:16 -05:00
powchain Abstract Usage of Deposit Cache Into Interface (#3443) 2019-09-11 23:30:04 -05:00
rpc Handle Attestations in a Separate Goroutine (#3487) 2019-09-17 11:17:21 -05:00
sync Handle blocks after chain start (#3486) 2019-09-17 14:14:51 -07:00
BUILD.bazel Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
main.go Clean up unused flags (#3449) 2019-09-12 11:48:34 -04:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go Clean up unused flags (#3449) 2019-09-12 11:48:34 -04:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum Serenity 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 beacon chain 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.