prysm-pulse/validator
terence tsao 8db0c9a0e6
Move proto/interfaces -> proto/prysm/v2 (#9270)
* Move proto/interfaces -> proto/prysm

* Update paths

* Fix block2

* Update blocks_fetcher_utils.go

* Update BUILD.bazel

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-07-23 20:10:15 +00:00
..
accounts Move Web Protos Into Prysm V2 (#9249) 2021-07-22 19:19:24 +00:00
client Move proto/interfaces -> proto/prysm/v2 (#9270) 2021-07-23 20:10:15 +00:00
db Move v1alpha1 into Prysm API namespace (#9245) 2021-07-21 21:34:07 +00:00
graffiti Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
keymanager Move Web Protos Into Prysm V2 (#9249) 2021-07-22 19:19:24 +00:00
node Move Web Protos Into Prysm V2 (#9249) 2021-07-22 19:19:24 +00:00
package Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
rpc Move RPC Protos Into V2 Namespace (#9254) 2021-07-22 21:00:28 +00:00
slashing-protection Move Slashing Protos to V2 (#9256) 2021-07-23 18:01:01 +00:00
testing Move Slashing Protos to V2 (#9256) 2021-07-23 18:01:01 +00:00
web Update web-ui to beta.4 (#9047) 2021-06-16 13:36:43 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
README.md Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of Ethereum written in Go by Prysmatic Labs. A validator client attaches to a running beacon node in order to perform proposer/attester responsibilities for eth.

You can also read our main README and join our active chat room on Discord.

Discord

To further understand the responsibilities of an Ethereum validator, we recommend reading the official specification here