Questions tagged [ethereumtesterprovider]

3 questions
2
votes
0 answers

web3py EthereumTesterProvider - Basic interactions with a smart contract fail

On the web3py EthereumTesterProvider blockchain, I tested the contract deployment example at https://web3py.readthedocs.io/en/v5/contracts.html. But I came across 2 errors. pip config (windows 10) : web3py (5.31.3) eth-tester (0.8.0b3) Here is the…
u2gilles
  • 6,888
  • 7
  • 51
  • 75
0
votes
0 answers

You must specify a network_id in your 'goerli' configuration in order to use this network

why it is showing this error , i have given network id : 5 what should i do to remove this error ? i am failing in deploying the contract please let me resolve my problem as soon as possible #goerli testnet , truffle framework
0
votes
0 answers

web3py EthereumTesterProvider - Basic transaction fails

On the web3py EthereumTesterProvider blockchain, I send 2 ethers from the first test account to the second one. The python program ends normally but the transaction seems to fail : the status of the transaction receipt ('status': 0), which I guess…
u2gilles
  • 6,888
  • 7
  • 51
  • 75