Marketen / bls-signature-go

This project tests a new web3signer endpoint that lets the user sign arbitrary data with its loaded keys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bls-signature-go

This project tests a new web3signer endpoint that lets the user sign arbitrary data with its loaded keys. The endpoint is /api/v1/eth2/ext/sign/<pubkey>. With payload as body request

{
  "type": "PROOF_OF_VALIDATION",
  "platform": "dappnode",
  "timestamp": "1711338489397"
}

See Consensys/web3signer#982

About

This project tests a new web3signer endpoint that lets the user sign arbitrary data with its loaded keys


Languages

Language:Go 100.0%