prysm-pulse/beacon-chain
Sina Mahmoodi 8c0e9d231c beacon: Check parent hash in block processing (#340)
Signed-off-by: Sina Mahmoodi <itz.s1na@gmail.com>
2018-07-31 18:06:44 +09:00
..
blockchain beacon: Check parent hash in block processing (#340) 2018-07-31 18:06:44 +09:00
node beacon: Initial Sync Network Simulator (#341) 2018-07-30 23:41:27 -05:00
params Implement Validator Cutoff Algorithm (#339) 2018-07-29 10:03:03 -07:00
powchain beacon: Initial Sync Network Simulator (#341) 2018-07-30 23:41:27 -05:00
simulator beacon: Check parent hash in block processing (#340) 2018-07-31 18:06:44 +09:00
sync beacon: Check parent hash in block processing (#340) 2018-07-31 18:06:44 +09:00
types beacon: Check parent hash in block processing (#340) 2018-07-31 18:06:44 +09:00
utils beacon: Initial Sync Network Simulator (#341) 2018-07-30 23:41:27 -05:00
BUILD.bazel Kubernetes - Part 1 of ?? (#348) 2018-07-30 10:04:47 -04:00
main.go beacon: Initial Sync Network Simulator (#341) 2018-07-30 23:41:27 -05:00
README.md Rename Entire Project to Repo, Change Import Paths and Readmes (#298) 2018-07-20 16:31:26 -05:00
RESEARCH.md Update Documentation to Reflect Beacon Chain Research (#247) 2018-07-12 12:12:11 -05:00
VALIDATOR_REGISTER.md beacon: Define a Core Blockchain Package and Persisted Structure for Beacon (#278) 2018-07-19 11:31:50 -05: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 Gitter below:

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. Refer this page on why we are comibing sharding and casper together.