Hi guys does anybody know wat should be used to create a new account using web3.i used web3.personal.newAccount for my infura +rinkeby http provider ..But it's not working.Rest all web3 functions are working inside my code except the one inside personal?
Sep 13, 2018, 3:37 AM
Does anybody know how to sort this out ?
Sep 13, 2018, 3:37 AM
Infura doesn't support the personal / account features. You'll have to sign locally and then sending the raw transactions. That's safer to do anyway.
Also, have a look at eth-lightwallet for simple wallet / address management using Mnemonic.
https://www.npmjs.com/package/eth-lightwallet
https://www.npmjs.com/package/eth-lightwallet
Sep 13, 2018, 10:56 AM