unable to get the contract instance showing Bug "Error: No Contract deployed with name BasicNft" #5065
Replies: 4 comments
-
The error it generated
|
Beta Was this translation helpful? Give feedback.
-
Could you check if the name of your BasicNft.sol file is EXACTLY the same as your contract name you chose IN this file? |
Beta Was this translation helpful? Give feedback.
-
@decentralized-86 It is the script, you need to run the hardhat node in another terminal so your contracts can deploy before you use them in your scripts. |
Beta Was this translation helpful? Give feedback.
-
in your mint-and-list.js ->
also u need to run the hh node in another terminal!!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
my mint-list.js file
My hardhat config
My github repo
https://github.com/decentralized-86/Nft-Market-Place
Beta Was this translation helpful? Give feedback.
All reactions