Skip to content

A Decentralized Application for minting NFT assets

License

Notifications You must be signed in to change notification settings

Lolaji/minting-dapp

Repository files navigation

Full stack NFT marketplace built with Polygon, Solidity, IPFS, & Next.js

Running this project

Download repo & install dependencies

To run this project locally, follow these steps.

  1. Clone the project locally, change into the directory, and install the dependencies:
git clone https://github.com/lolaji/minting-dapp.git

cd minting-dapp

# install using NPM or Yarn
npm install

# or

yarn

Configuration

  1. Create a .env.local file in the root directory, then copy the content of the .env.local.example file into it:
cp .env.local.example .env.local
  1. Put your smart contract address, like this:
NEXT_PUBLIC_CONTRACT_ADDRESS=0xcc6fC7Fe7db7d367cC96973d2304aAcBD8F974d2
  1. Save the file

  2. Start the app

npm run dev
  1. Open your browser and point to http://localhost:3000

Usage

  1. Make sure you have switch to polygon mainet in your metamask wallet

  2. Input commer seperated of addresses in the form

  3. Then click mint.

About

A Decentralized Application for minting NFT assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published