prysm-pulse/validator
Preston Van Loon 28e4a3b7e8
Add a Tool to Split a Series of Mnemonic Keys into Distinct Wallets (#8651)
* Add a tool to split a series of mnemonic keys into distinct wallets

* split func

* keysplit tool

* gaz/viz

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-03-30 20:38:40 +00:00
..
accounts Add a Tool to Split a Series of Mnemonic Keys into Distinct Wallets (#8651) 2021-03-30 20:38:40 +00:00
client Dynamic key reload for remote keymanager (#8611) 2021-03-16 10:00:05 -05:00
db Fix All Deep Source Shell Issues and Go Issues (#8661) 2021-03-24 19:57:27 +00:00
graffiti Graffiti ordered index (#8482) 2021-02-24 22:50:47 +00:00
keymanager Add a Tool to Split a Series of Mnemonic Keys into Distinct Wallets (#8651) 2021-03-30 20:38:40 +00:00
node Add Goland Standard "cmd" Pattern for Validator Binaries (#8541) 2021-03-02 12:58:40 -06:00
rpc Use context timeout during gateway service shutdown (#8644) 2021-03-24 05:00:47 +00:00
slashing-protection Embed Config Pattern For Slasher, Slashing Protection (#8637) 2021-03-21 17:53:17 +00:00
testing A bit of cleanup based on goconst tool (#8529) 2021-03-02 11:39:54 +00:00
web Fix Secrets Failing Build (#8660) 2021-03-24 18:01:58 +00: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