Error deploying to Rinkeby Test network with Metamask (End of Lesson 4) #1188
-
|
I would like to start off by thanking anyone in advance for help on my issue, also this is my first time posting to GitHub so the SimpleStorage.sol code seems to be messed up at the bottom. Anyways I'm at the very end of lesson 4. I saw another thread that someone made on this on January 17th, but I tried most of the recommendations in there and none of them worked. Alright let me get to my point: I got the integrated genache-cli working perfectly, but deploying to the blockchain Rinkeby Test network with my metamask, I am running into some issues. This is the error I am getting: Some side notes:
`` contract SimpleStorage { } |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
|
Do you have enough ETH on your Rinkeby account? |
Beta Was this translation helpful? Give feedback.
-
|
Hello @NewCoderrrrr you must change the gas limit parameter, if you are using ganache UI you can change that on the settings, and you you are using ganache-cli you can change the gas limit on the transaction adding it manually, also check this: |
Beta Was this translation helpful? Give feedback.
-
|
@cromewar I hate to admit this but my above problem ended up being that I was not using the right metamask address, but once I fixed that issue I have ran into a few new ones. It is weird because the more and more I run this program I run into new error's, i've provided the 3 I have received so far. Side Notes:
1st Error: 2nd Error: The above exception was the direct cause of the following exception: Traceback (most recent call last): 3rd Error: |
Beta Was this translation helpful? Give feedback.
-
|
Hello @NewCoderrrrr
I depends, if the project repo you are working on on have the requirements.txt is always a good practice to use Note: Do not forget to use python virtual env.
Please feel free to make any other questions ;) |
Beta Was this translation helpful? Give feedback.
Hello @NewCoderrrrr
I depends, if the project repo you are working on on have the requirements.txt is always a good practice to use
pip3 install -r requirementsbut please do this on a virtualenv not in your main python installation.…