Closed samkahchiin closed 1 year ago
Getting this error while I am trying to follow the tutorial
Eth::Contract.from_file(file: 'contracts/dummy.sol') client = Eth::Client.create('http://localhost:8545') address = cli.deploy_and_wait(contract)
gems/eth-0.5.7/lib/eth/client.rb:471:in `send_command': Unsupported method: eth_coinbase on matic (IOError)
you will have to provide a sender key, so that it does not require the client's coinbase.
address = cli.deploy_and_wait(contract, sender_key)
I added a more descriptive error in #193
Getting this error while I am trying to follow the tutorial
Command
Error