fazelpejmanfar / Nextjs-dapp

Nextjs Minting Dapp boilerplate

Home Page:https://nextjs-dapp-nqdm.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This boilerplate is fully compatible with contract/ERC721A with OS royalties.sol.

Added merkletree support and wallet connect along with TailwindCSS

Added whitelist checker upon connecting wallet

added wallet minted checker

Added music player

Getting Started

First, install the dependencies:

npm install
# or
yarn install

then, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying components/Mint.js. The page auto-updates as you edit the file.

to edit Header components/Header.js.

To Update contract address and setting context/Connector.js.

To Update Whitelist Addresses Whitelist/Accounts.json.

You can get the merkle root in console(Browser or Vscode) when wallet connected

To Update Abi context/abi.json.

About

Nextjs Minting Dapp boilerplate

https://nextjs-dapp-nqdm.vercel.app/


Languages

Language:JavaScript 72.6%Language:Solidity 26.5%Language:CSS 1.0%