prysm-pulse/validator
aliask eb1d122aec
Feature/debian packages (#8872)
* Basic build targets for debian packages

* Add comments to config files

* Harden beacon-chain systemd service

* Add install scripts to set users and folders up

* Rename bazel target, fix service files

* Extra service hardening, cleanup install scripts

* Fix linting issues

* //shared:version_file run local only

* gazelle

Co-authored-by: Nishant Das <nishdas93@gmail.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-06-01 15:44:24 +00:00
..
accounts Copy slice when exiting all keys with --exit-all (#8897) 2021-05-18 17:17:42 +00:00
client Update deprecated function usages (#8953) 2021-05-28 08:57:47 +02:00
db Various code cleanups (#8889) 2021-05-13 08:29:14 +02:00
graffiti Fix comments (#8802) 2021-04-23 12:06:05 +00:00
keymanager Fix remote keymanager's dynamic key reload (#8817) 2021-04-30 15:15:22 +00:00
node Unify gRPC Gateways into Single, Shared lib (#8799) 2021-05-04 17:20:58 +02:00
package Feature/debian packages (#8872) 2021-06-01 15:44:24 +00:00
rpc Change gogoproto compiler to protoc-gen-go-cast (#8697) 2021-05-17 18:32:04 +00:00
slashing-protection Fix comments (#8802) 2021-04-23 12:06:05 +00:00
testing Update deprecated function usages (#8953) 2021-05-28 08:57:47 +02:00
web Unify gRPC Gateways into Single, Shared lib (#8799) 2021-05-04 17:20:58 +02:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00

Prysmatic Labs Validator Client Implementation

This is the main project folder for a validator client implementation of eth2 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 eth2 validator, we recommend reading the official specification here