Are web3.personal.sign and web3.eth.sign difference in value of generate signature ? Or both of them generate an equal output ?
I could test web3.eth.sign using testRPC, however web3.personal.sign with testRPC gives error and I could not compare the output of both method with the same input.
kvalue is chosen randomly each time – Tjaden Hess Jul 20 '18 at 12:49JavaScriptcode presented here: link when i run it usingnodei receive some errors. Do you know what is the best way of running thisJScode ? Do i need to create anhtmlfile and run it withbrowser? or it's better to create aJSfile and run it usingnode filename.js? I describe the main question here: link Thanks – Questioner Jul 22 '18 at 13:01