Registry / crypto / wealdtech-eth2-signer-api

wealdtech-eth2-signer-api

JSON →
library1.7.2gogounverified

A Go client library for the Ethereum 2.0 remote signer API.

go get github.com/wealdtech/eth2-signer-api
INSTALL
IMPORT
SIG · WEALDTECH-ETH2-SIG
W
wealdtech-eth2-signer-api
cryptogov1.7.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

eth2signer
github.com/wealdtech/eth2-signer-api

Create a signer client and sign data

package main import ( "context" "github.com/wealdtech/eth2-signer-api" ) func main() { client := eth2signer.New() _, _ = client.Sign(context.Background(), nil) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
30
Resources
wealdtech-eth2-signer-api — go get wealdtech-eth2-signer-api · libregistry