Using Truffle Suite with GoChain #117
treeder
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It looks like some things have changed recently with Truffle, so here's what works today:
First run this:
Then change your Truffle config with the following:
NOTE: Truffle must be using a really high gas limit so you'll need at least 22 GO in your wallet. I had 12 GO in there and it didn't work, but after adding 10 more, it worked. It only ended up using 1.3 GO total though to do the full deployment.
Then:
Beta Was this translation helpful? Give feedback.
All reactions