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..."
}Documentation Index
Fetch the complete documentation index at: https://na-36-docs-v2-archived.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?