prysm-pulse/beacon-chain
2019-06-07 07:58:27 -04:00
..
attestation Change Logging of Failed Attestations (#2599) 2019-05-15 09:09:39 +08:00
blockchain Reverts #2638 #2637 #2630 (#2640) 2019-05-17 22:27:44 -04:00
cache Handle race condition in progress (#2589) 2019-05-13 14:42:57 -04:00
chaintest Add nogo to introduce built time linting (#2317) 2019-04-21 22:14:34 +08:00
core fix typo (#2764) 2019-06-07 07:58:27 -04:00
db fix panic (#2613) 2019-05-16 11:17:26 -04:00
gateway Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
internal Adding the BlockTreeBySlots function for getting the Block tree filte… (#2720) 2019-06-01 22:41:17 -07:00
node Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
operations Filter Canonical Attester for RPC (#2551) 2019-05-09 18:53:19 -05:00
powchain Move go-ssz to external repo under MIT license (#2722) 2019-05-29 18:04:25 -07:00
rpc Adding the BlockTreeBySlots function for getting the Block tree filte… (#2720) 2019-06-01 22:41:17 -07:00
sync Reverts #2638 #2637 #2630 (#2640) 2019-05-17 22:27:44 -04:00
utils Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
BUILD.bazel Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
main.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07: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 a gRPC gateway (#2604) 2019-06-02 08:33:44 -07: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.