package
1.4.2
Repository: https://github.com/ssvlabs/eth2-key-manager.git
Documentation: pkg.go.dev

# README

Eth Key Manager - Validator Signer

Validator Signer has the responsibility to sign the basic 3 operations an eth 2.0 validator needs:

- sign attestation
- sign block proposal
- sign attestation aggregation
- return available public keys

Instantiation

   signer := &signer.SimpleSigner{
   	wallet,
   	slashingProtector
   }