Can't deploy SimpleStorage with ethers.js and ganache #166
Answered
by
Shifta-Robel
Shifta-Robel
asked this question in
Q&A
-
I got stuck while trying to deploy SimpleStorage with Ethers.js 👇const contract = await contractFactory.deploy(); and it keeps giving me a NETWORK_ERROR when i try to run it
The RPC server and the private key both seem to be right I'm working on wsl Ubuntu , and Ganache for windows |
Beta Was this translation helpful? Give feedback.
Answered by
Shifta-Robel
Jun 6, 2022
Replies: 1 comment 1 reply
-
Sorry about the duplicate, I've found the answer here >> #34 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Shifta-Robel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry about the duplicate, I've found the answer here >> #34 (comment)