prysm-pulse/beacon-chain
Preston Van Loon cc696d90e3 Docker: use container bundles to upload multiple image tags (#3003)
* use docker tag from environment, if exists

* use container bundles to upload multiple image tags
2019-07-19 21:55:09 -07: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 Docker: use container bundles to upload multiple image tags (#3003) 2019-07-19 21:55:09 -07: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 Docker: use container bundles to upload multiple image tags (#3003) 2019-07-19 21:55:09 -07: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.