Replies: 1 comment 2 replies
-
Here's a sample code, you can customize to produce function to fit your project:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm taking the knowledge I learned here and trying to write my own app, but find trouble deploying a contract because it wants ETH already in the account to account for gas before deployment. Is there a way to write a JS function that will get enough ETH into the Goerli wallet before contract deployment so I don't get the error "gas required exceeds allowance (0)"?
Beta Was this translation helpful? Give feedback.
All reactions