Hi everyone. I'm new to solidity and web3js development and I can't figure out how accounts work with web3.
I have been using testrpc and ganache-cli for development and when i create an account using web3.eth.account.create(), I can't send any transactions, I get "Error: could not unlock signer account" can someone please help
Oct 16, 2018, 6:37 PM
If not what’s its use?
When calling my function or creating a new contract how do I sign the transaction?
eg contract.methods.method().send()
How do I sign such?
How do I sign such?
Oct 16, 2018, 7:09 PM