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
curl --request POST \
--url http://localhost:5935/signMessage \
--header 'Content-Type: application/json' \
--data '
{
"message": "Hello Livepeer"
}
'{
"signature": "0x..."
}Was this page helpful?