This is test NFT using
https://ethereum.org/en/developers/tutorials/how-to-write-and-deploy-an-nft/
- Compile contract
npx hardhat compile
- Deploy Contract
npx hardhat --network rinkeby run scripts/deploy.js --verbose
-
Record contract address in .env
-
Mint the NFT
node scripts/mint-nft.js