Last active
August 10, 2019 08:30
-
-
Save Ankarrr/a00b1ae04f2089275ae24f36af9768ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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