Skip to content

A Classic Web3 NFT Minting Dapp built with NextJS, Material UI, Wagmi and Web3Modal. Kindly leave a star as a token of appreciation.

Notifications You must be signed in to change notification settings

tanagerdigital/nftminter

Repository files navigation

Technology

This demo uses:

  • Next.js
  • ReactJs
  • Material UI
  • Tailwind CSS
  • EthersJs
  • Wagmi
  • WalletConnect
  • Faucet
  • Infura

Running the demo

To run the demo follow these steps:

  1. Clone the project with the code below.
    # Make sure you have the above prerequisites installed already!
    git clone https://github.com/tanagerdigital/nftminter.git
    cd nftminter # Navigate to the new folder.
    yarn install # Installs all the dependencies.
  2. Create a WalletConnect project at WalletConnect, copy and paste your key in the spaces below.
  3. Create an infura project at Infura, copy and paste your polygon mumbai key in the spaces below.
  4. Update the .env file with the following details.
    walletConnectProjectId=<Wallect Connect Project ID>
    infuraId=<Infura API Key>
  5. Run the app using yarn run dev

If your confuse about the installation, check out this TUTORIAL to see how you should run it.

Questions about running the demo? Open an issue. We're here to help ✌️

Useful links

About

A Classic Web3 NFT Minting Dapp built with NextJS, Material UI, Wagmi and Web3Modal. Kindly leave a star as a token of appreciation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published