prysm-pulse/beacon-chain
Raul Jordan 75c0b01932
Genesis State Generator + Interop Docs (#3405)
* add main.go

* interop readme

* proper visibility

* standardize and abstract into simpler funcs

* formatting

* no os pkg

* add test

* no panics anywhere, properly and nicely handle errors

* proper comments

* fix broken test

* readme

* comment

* recommend ssz

* install

* tool now works

* README

* build

* readme

* 64 validators

* rem print
2019-09-04 13:47:44 -05:00
..
attestation Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
blockchain Rename / move logic about updating validator indices (#3402) 2019-09-03 13:57:08 -07:00
cache Tracing: Add additional attributes (#3404) 2019-09-03 20:03:09 -07:00
core Genesis State Generator + Interop Docs (#3405) 2019-09-04 13:47:44 -05:00
db Tracing: Add additional attributes (#3404) 2019-09-03 20:03:09 -07:00
deprecated-blockchain Deprecate old block chain service (#3268) 2019-08-21 19:14:24 -06:00
deprecated-sync Deposit Cache Fix (#3280) 2019-08-22 22:49:03 -04:00
flags Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
internal Add flags to support new database, new sync (#3252) 2019-08-21 10:04:00 -06:00
node Add /p2p page (#3391) 2019-09-03 11:07:40 -05:00
operations fix some parent context usage, add tracing to p2p handlers (#3395) 2019-09-03 11:06:35 -07:00
p2p Add /p2p page (#3391) 2019-09-03 11:07:40 -05:00
powchain fix some parent context usage, add tracing to p2p handlers (#3395) 2019-09-03 11:06:35 -07:00
rpc Tracing: Add additional attributes (#3404) 2019-09-03 20:03:09 -07:00
sync PubSub: Check messages received from self, do not double process (#3403) 2019-09-03 17:22:15 -07:00
BUILD.bazel fix docker image builds (#3068) 2019-07-24 15:19:44 -04:00
main.go Add Flag for SSZ Encoding (#3256) 2019-08-21 12:33:48 -04: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 SSZ Encoding (#3256) 2019-08-21 12:33:48 -04: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.