This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Description
This is a tracking issue for implementing a gRPC server for the following protobuf service definition: prysm remote keymanager v2 PR. Namely, the server needs to implement two main RPC methods: ListAccounts
and Sign
. Aside from that, it can choose to store its secrets however it wants, with possible integration of a third party such as Hashicorp Vault. This server should only accept secure gRPC connections.
This implementation is meant to be a reference approach, and not likely something used extensively in production. Notwithstanding, it should have sufficient tests and top-notch documentation for anyone building a remote signer for Prysm.