Please help #4670
Replies: 3 comments 2 replies
-
@nurdinuzakov Please do not create duplicate discussions. |
Beta Was this translation helpful? Give feedback.
-
Thanks! |
Beta Was this translation helpful? Give feedback.
-
I thought this will help to some other learner with same issue. This worked for me This is what worked for me 👍 Install Ganache on WSL Run Ganache Copy the RPC URL (127.0.0.1:8545) from the bottom of the terminal screen that says RPC listening on 127.0.0.1:8545 Also copy any Private key on scrolling up the Terminal Screen & paste it in the ethers.js Wallet( ) function parameter. Now let this terminal run in the background, since we want our Ganache server to be running. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I'm running node deploy.js. I'm having a error
Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2) at Logger.makeError (/home/nurdin/hh-fcc/ethers-simple-storage-fcc/node_modules/@ethersproject/logger/lib/index.js:238:21)
Below is my code
Beta Was this translation helpful? Give feedback.
All reactions