Basuc NFT contract isn't deploying #1931
-
Hey guys, while I am trying to deploy the basic nft contract as shown in the tutorial, it seems that hardhat is only compiling the contracts and not running the scripts that I have written. While is use Link or the code - https://github.com/DeadmanAbir/Basic-NFT |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey @DeadmanAbir create a folder named |
Beta Was this translation helpful? Give feedback.
-
put deploy.js in deploy folder and uncomment deployer from namedAccounts in hardhat.config or else use accounts=ethers.getSigners() and then accounts[0] in as deployer in deploy.js |
Beta Was this translation helpful? Give feedback.
put deploy.js in deploy folder and uncomment deployer from namedAccounts in hardhat.config or else use accounts=ethers.getSigners() and then accounts[0] in as deployer in deploy.js