Closed ediber closed 1 year ago
This means your wallet is being set up incorrectly. Are you using a key or address from ganache?
i use a private key of one of the addresses in Ganache is it the correct way to go ? i added screenshot example of the string i have in my code from ganache. now the address is different, but i added it to ask if i use the correct way to get private key
Hmm.... this looks correct. Perhaps you're having an issue with windows? You could skip this section and go right to hardhat.
Anything here help?
yesteday i saw you have a new course so im following it and everything works there for now with foundy thanks a lot your courses are the best i have ever seen thank you for everything :)
Great! I'll close this for now.
i got the following error on the "await" part of my code TypeError: no matching function (argument="key", value="address", code=INVALID_ARGUMENT, version=6.6.0) a recompiled my SimpleStorage so I believe the bin and abi files match the solidity code. i also see in Ganache that TX COUNT of the relevant adress is doing ++, but the balance is still 100 eth(no change) thanks a lot guys
my deploy code
my simple storage code