prysm-pulse/validator
Raul Jordan 4937da5c7d
Update Documentation + Create a Subproject for Important Markdown Docs (#451)
* add docs folder for markdowns

* create scripts project, move readmes

* update all docs

* fix travis
2018-09-01 21:25:06 -05:00
..
attester Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
beacon Rename all mentions of height to slot (#456) 2018-09-01 12:01:53 -04:00
internal Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
node shared: Split P2P Topics And Introduce Middleware (Adapters) (#421) 2018-08-29 11:32:54 -05:00
params Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
proposer Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
rpcclient Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
txpool Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
types Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
BUILD.bazel Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
main.go Renamed Client to Validator (#428) 2018-08-22 12:15:21 -07:00
README.md Update Documentation + Create a Subproject for Important Markdown Docs (#451) 2018-09-01 21:25:06 -05:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of Ethereum 2.0 in Golang by Prysmatic Labs. A validator client attaches to a running beacon node in order to perform proposer/attester responsibilities and manage the lifecycle of a particular shard upon being assigned to one.

Before you begin, check out our main README 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.

TODO: Add details on our validator client project architecture.