Skip to content

Instantly share code, notes, and snippets.

View alicehack2020's full-sized avatar
🏠
Working from home

Mangesh Pralhad Pandit alicehack2020

🏠
Working from home
View GitHub Profile
var Web3 = require('web3');
var web3 = new Web3();
var message = "Hello, I am Kenneth!";
console.log("version :", web3.version);
var signature = web3.eth.accounts.sign(message, '0xb5b1870957d373ef0eeffecc6e4812c0fd08f554b37b233526acc331bf1544f7');
console.log("signature :", signature);