no contract error #1696
Unanswered
NagoriMustakim
asked this question in
Q&A
Replies: 2 comments
-
Maybe the name on the deployment contract is diffrent, just an observation. Try to change the name to NftMarketplace const NftMarketplace = await deploy("NFTmarketplace", {
from: deployer,
args: arguments,
log: true,
// waitConfirmations: waitBlockConfirmations,
}) Hope it helps |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try running this commands: yarn hardhat node
yarn hardhat run scripts/mint-list-nft.js --network localhost This will probably work. |
Beta Was this translation helpful? Give feedback.
0 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 have run this command
yarn hardhat run scripts/mint-list-nft.js
I got error
Error: No Contract deployed with name NFTmarketplace
here is my ripo
https://github.com/NagoriMustakim/NFT-MarketPlace.git
Beta Was this translation helpful? Give feedback.
All reactions