Unable to hit deploy on NFT challenge 0 #65
cryptovinci
started this conversation in
Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting the following error when deploying the contract. As a result, cannot continue with most steps on the challenge 0 tutorial. Looking for some guidance. Thanks.
FYI: challenge 1 deployment works fine, might just be an issue with challenge 0
Steps to reproduce:
challenge-0-simple-nft
branchyarn install
for dependenciesyarn chain
on one terminal to run the local blockchainyarn start
on another terminal for the frontendyarn deploy
to deploy the contract on my local blockchain (while chain is running on port 8545)Issue:
failed to get chainId, falling back on net_version... Error HH108: Cannot connect to the network localhost.
Tried:
const chainId = await getChainId();
in00_deploy_your_contract.js
Beta Was this translation helpful? Give feedback.
All reactions