prysm-pulse/beacon-chain
Preston Van Loon 4a4316eb95
Add rule to push docker images (#3006)
* touch readme

* whatever

* Add docker_push to actually push the images

* revert readme

* revert pb.go
2019-07-20 20:40:03 -04:00
..
attestation Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
blockchain Remove unused feature flags (#3002) 2019-07-19 21:27:35 -04:00
cache Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
core Remove unused feature flags (#3002) 2019-07-19 21:27:35 -04:00
db Remove unused feature flags (#3002) 2019-07-19 21:27:35 -04:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
internal Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
node Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
operations Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
powchain Remove unused feature flags (#3002) 2019-07-19 21:27:35 -04:00
rpc Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
sync Remove unused feature flags (#3002) 2019-07-19 21:27:35 -04:00
utils Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
BUILD.bazel Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
main.go Added the 'enable-upnp' flag to the list of command line args (#2860) 2019-06-26 12:59:37 -07: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 Added the 'enable-upnp' flag to the list of command line args (#2860) 2019-06-26 12:59:37 -07: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.