Closed Daisonoio closed 2 years ago
Solution for the Second issue:
Insert into the builtTransaction the type of gasprice (wei):
transaction = SimpleStorage.constructor().buildTransaction( { "gasPrice": w3.eth.gas_price, "chainID": chaind_id, "from": my_address, "nonce": nonce, } )
But I have still the strange message with the import of solcx
thanks
open your ganache ->new workspace->server->change the network id to 1337 ->save now try it by the new address and the private key it will work i hope
Thank you all for the answers! Closing for now. Feel free to follow up.
I Have 2 Issues
First: when I import solcx with: "from solcx import compile_standard" visual studio return everytime the message: "INFO: Cannot find files corresponding to search criteria indicated." During deploy.
Second:
when I built transaction and run the deploy instead of data that is shown at 4:00:00 I receice a big ammount of errors
I think is a problem with ganache, but after a clean installation nothing is changed.
Thanks a lot