Closed Swapnamoy45 closed 2 years ago
@PatrickAlphaC
Basically when I'm trying to run fund_and_withdraw.py
in the development network, it is finding another error :
IndexError: list index out of range
. This is really troubling me a lot. Your help would be appreciated.
Could you please post here: https://github.com/smartcontractkit/full-blockchain-solidity-course-py
Thank you!
As explained by Patrick, we need to close the Ganache-UI before writing
brownie test
in the terminal. So did I keeping everything same.....and got a massive error for some reason where the main error message was:ValueError: sender doesn't have enough funds to send tx. The upfront cost is: 25000000000000000 and the sender's account only has: 0
Error screen part 1: Error screen part 2:
My
test_fund_me.py
code (until now) looks like this:I'm a complete newbie in this field and thus have very limited knowledge about it.
Thanks in advance