prysm-pulse/validator
james-prysm 4c381938e1
HTTP validator API: wallet endpoints (#13171)
* converting wallet calls to pure http

* fixing proto and gaz

* adding routes and fixing test

* fixing error handling

* fixing protos after conflict with develop

* adding deprecation notice

* fixing route test

* review feedback

* addressing more comments

* updating comment to be more clear

* fixing web_api proto
2023-11-15 19:40:14 +00:00
..
accounts HTTP Validator API: /eth/v1/keystores (#13113) 2023-10-31 16:33:54 +00:00
client Validator client: remove blob signing (#13169) 2023-11-03 12:10:15 -07:00
db Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
graffiti Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
helpers Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
keymanager Validator client: remove blob signing (#13169) 2023-11-03 12:10:15 -07:00
node HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
package Update cross compile toolchains (#12069) 2023-03-07 20:09:46 +00:00
rpc HTTP validator API: wallet endpoints (#13171) 2023-11-15 19:40:14 +00:00
slashing-protection-history Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
testing Remove remote slashing protection feature (#12989) 2023-10-04 04:15:06 +00:00
web Remove uses of deprecated go_embed rules_go (#12719) 2023-08-16 15:47:09 +00:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05: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