Skip to content

FractalVisionsNFT/nft-minting-template

 
 

Repository files navigation

Steps for deploying a NFT minting template

  • First, check if you have the correct client Id or secret key in .env.local

  • If the clientId or secret key is to be edited, change it in the .env.local file

  • Then, edit this Constants.ts file to the NFT contract address and NFT chain. The comments in this file will guide you.

  • Open http://localhost:3000 with your browser to see the result.

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • CSS 5.8%
  • JavaScript 0.7%