mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
8f90e91e99
* Replace github.com/dgrijalva/jwt-go with github.com/form3tech-oss/jwt-go, including security fix * Fix to include go cast in deps.bzl and go mod * Add gocast stub for go.mod / deps.bzl trick * revert some changes * Remove ignore tag * gaz * go mod tidy * add build exclusion * Go mod? * go mod tidy |
||
---|---|---|
.. | ||
accounts | ||
client | ||
db | ||
graffiti | ||
keymanager | ||
node | ||
package | ||
rpc | ||
slashing-protection | ||
testing | ||
web | ||
BUILD.bazel | ||
README.md |
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.
To further understand the responsibilities of an eth2 validator, we recommend reading the official specification here