cURL
curl --request POST \ --url http://localhost:5935/signMessage \ --header 'Content-Type: application/json' \ --data ' { "message": "Hello Livepeer" } '
{ "signature": "0x..." }
Sign message with node’s private key
Message to sign
"Hello Livepeer"
Message signed successfully
Hex-encoded signature
"0x..."
Was this page helpful?