curl --request POST \
--url http://localhost:5935/signMessage \
--header 'Content-Type: application/json' \
--data '
{
"message": "Hello Livepeer"
}
'{
"signature": "0x..."
}CLI HTTP endpoint to sign an arbitrary message with the node’s Ethereum private key.
curl --request POST \
--url http://localhost:5935/signMessage \
--header 'Content-Type: application/json' \
--data '
{
"message": "Hello Livepeer"
}
'{
"signature": "0x..."
}Was this page helpful?