prysm-pulse/beacon-chain
Preston Van Loon 5bc324d2f1 Change pubkey from uint64 to bytes (#561)
* Change pubkey from uint64 to bytes

* add the rebuilt proto pb.go
2018-09-24 22:01:26 -05:00
..
attestation Part 1 of Attestation Service - [sync -> blockchain -> rpc] (#548) 2018-09-24 09:22:09 +08:00
blockchain Fixed Bugs after Crosschecking 2.1 Spec (#564) 2018-09-23 22:36:51 -07:00
casper Change pubkey from uint64 to bytes (#561) 2018-09-24 22:01:26 -05:00
internal Validator Clients Use an Internal Clock to Determine Slot Responsibility (#467) 2018-09-21 09:32:20 -05:00
node Part 1 of Attestation Service - [sync -> blockchain -> rpc] (#548) 2018-09-24 09:22:09 +08:00
params Change Default Validator Balance to Big Int (#559) 2018-09-22 13:15:39 -07:00
powchain Allow users to use 0x prefix for their pubkey (#500) 2018-09-11 18:55:05 -07:00
rpc Change pubkey from uint64 to bytes (#561) 2018-09-24 22:01:26 -05:00
simulator --Dev Mode Flag for Local Demo/Development (#537) 2018-09-21 16:02:17 -05:00
sync Part 1 of Attestation Service - [sync -> blockchain -> rpc] (#548) 2018-09-24 09:22:09 +08:00
types Change pubkey from uint64 to bytes (#561) 2018-09-24 22:01:26 -05:00
utils Change Default Validator Balance to Big Int (#559) 2018-09-22 13:15:39 -07:00
BUILD.bazel Updated Docker Rules (#424) 2018-08-21 19:59:36 -07:00
main.go --Dev Mode Flag for Local Demo/Development (#537) 2018-09-21 16:02:17 -05: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.