-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out of gas error #4
Comments
Yup, same here. @dplamenov How'd you fix it? |
Looks like I had to copy the But when you deploy the contract, the terminal will also output the contract address and you can copy it there. |
Maybe you need to use the correct ABI of contract. |
where do we get the ABI from? sorry it's my first blockchain tutorial and I couldn't find a simple solution |
How do you compile contract? From remix or hardhat or something else? |
In my case I use Truffle |
https://piyopiyo.medium.com/how-to-get-contract-abi-in-truffle-22d0c0457ceb |
When I start the project I get this:
Result from
truffle migrate
The text was updated successfully, but these errors were encountered: