prysm-pulse/beacon-chain
Ivan Martinez b30a7d1e19 Fix typos and inconsistencies (#4453)
* Fix typos and inconsistencies

* igoimports

* Gazelle
2020-01-07 20:36:55 -06:00
..
archiver Remove unused parameters and unused code (#4452) 2020-01-07 23:45:29 +00:00
blockchain Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
cache Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
core Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
db Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
flags Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
node Efficient computation of epoch participation (#4430) 2020-01-07 19:28:25 +00:00
operations/attestations Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
p2p Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
powchain Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
rpc Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
sync Fix typos and inconsistencies (#4453) 2020-01-07 20:36:55 -06:00
BUILD.bazel Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
main.go Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00: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 Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00: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.