snax4a / nextjs-nft-mint-dapp

A simple, fast, and modern dApp for minting NFTs

Home Page:https://www.skullsin.love

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js NFT Mint dApp

A simple, fast and modern dApp for minting NFTs.

Just set up some configurations and add your own ABI.

The actual dApp is here: Skulls In Love

Usage

  1. Clone this project:
git clone https://github.com/kjmczk/nextjs-nft-mint-dapp.git
  1. Change into the directory:
cd nextjs-nft-mint-dapp
  1. Install the dependencies:
npm install
  1. Set up some configurations:

Set the values of environment variables in the .env.development, .env.production, and .env files to yours.

  1. Add your ABI:

Copy your contract ABI from the Remix and paste it into contract/abi.json.

See the Remix documentation for how to generate an ABI.

  1. Run the server:
npm run dev

About

A simple, fast, and modern dApp for minting NFTs

https://www.skullsin.love

License:MIT License


Languages

Language:TypeScript 96.1%Language:JavaScript 1.6%Language:Shell 1.2%Language:CSS 1.1%