- Creating a simple NFT contract and deploying to Sepolia testnet.
- Mint an NFT
npm install- Create
.envfile and definePRIVATE_KEYstring.- Sepolia testnet ETH required to deploy contract -> Faucet
- ** Be careful whenever using your private key (generate a new wallet!)
npx hardhat run scripts/deploy.js --network sepolia- Take created contract address and save in
ADDRin .env - Call
mintNFT()contract function usingnode scripts/mint