Built with Solidity, Next.js, Hardhat, IPFS, Tailwind
npm install
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
npm run dev
To deploy to Polygon test or main networks, update the configurations located in hardhat.config.js to use a private key and, optionally, deploy to a private RPC like Infura or Moralis.
We deploy using hardhat.
npx hardhat clean
npx hardhat compile
npx hardhat run scripts/deploy.js --network localhost
npx hardhat verify <ADDRESS> --network mumbai "DeezNutz NFT" "DNN" "https://deez-nutz.vercel.app/api/"