prysm-pulse/beacon-chain
Daniel Schonfeld 15a6545f64 Default values for Genesis Block (#507)
* return a genesis block filled with default values
modified tests to reflect the block's requirements

* linted
2018-09-13 21:21:57 +08:00
..
blockchain Dynasty Transition During Block Processing (#498) 2018-09-11 20:17:20 -07:00
casper beacon-chain: Refactor Beacon Chain To Simplify Block Processing (#473) 2018-09-11 07:09:41 +02:00
internal beacon: Implement Beacon Node gRPC Server Streams (#400) 2018-08-17 21:34:56 -06:00
node Fix p2p issues in #465 (#489) 2018-09-09 18:15:24 -04:00
params Dynasty Transition During Block Processing (#498) 2018-09-11 20:17:20 -07:00
powchain Allow users to use 0x prefix for their pubkey (#500) 2018-09-11 18:55:05 -07:00
rpc Implement Attester Responsibilities for Demo (#487) 2018-09-11 10:08:31 -07:00
simulator Update rules_go, bazel_gazelle, and go-ethereum to Support Go 1.11 (#490) 2018-09-10 23:14:29 +02:00
sync Fix p2p issues in #465 (#489) 2018-09-09 18:15:24 -04:00
types Default values for Genesis Block (#507) 2018-09-13 21:21:57 +08:00
utils Part 4 of Aligning Beacon Chain with Latest 2.1 - Bootstrapping Genesis (#430) 2018-08-25 11:59:46 -07:00
BUILD.bazel Updated Docker Rules (#424) 2018-08-21 19:59:36 -07:00
main.go Implement Beacon Node Validator and Observer Entry Points (#414) 2018-08-20 08:50:11 -07: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.