deez-nutz-dapp Tailwind Templates

Deez Nutz Dapp

dApp for DeezNutz NFTs using Solidity, Next.js, Hardhat, IPFS, Tailwind

DeezNutz NFT dApp

Built with Solidity, Next.js, Hardhat, IPFS, Tailwind

  1. Setup
npm install
  1. Start the local Hardhat node
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
npm run dev

Configuration

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.

Contract Deployment

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/"

Top categories

Loading Svelte Themes