Skip to content

Instantly share code, notes, and snippets.

@Ankarrr
Last active August 10, 2019 08:30
Show Gist options
  • Save Ankarrr/a00b1ae04f2089275ae24f36af9768ae to your computer and use it in GitHub Desktop.
Save Ankarrr/a00b1ae04f2089275ae24f36af9768ae to your computer and use it in GitHub Desktop.
const result = await window.web3.eth.personal.sign(
'Hello world!', // The Message
'0x33b8287511ac7F003902e83D642Be4603afCd876', // User Account
'', // Password
);
// Response: Signed Result
'0x0d9273c44a7371c149efb68b100b6aaaf229e8a5502249d84e3febe17f133f7b201b9c3087f507eee684c9a97d08681de5ef1ca8738d26eb5daf63b9adcf69da1b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment