Description Usage Arguments Value See Also Examples
personal_sign returns an Ethereum specific signature with
keccak256.
1 | personal_sign(address, message, password)
|
address |
Address - Address of the user. |
message |
String - Message to sign. |
password |
String - Password of the account. |
Data - Signature.
Other personal functions: gethr,
personal_ecRecover,
personal_importRawKey,
personal_listAccounts,
personal_lockAccount,
personal_newAccount,
personal_unlockAccount
1 2 | personal_sign('0xb117a8bc3ecf2c3f006b89da6826e49b4193977a', 'hello world',
'password')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.