Skip to content

This Next.js NFT marketplace application enables users to easily buy, sell, and mint unique NFTs in a secure and user-friendly environment.

Notifications You must be signed in to change notification settings

M4p4/nft-marketplace

Repository files navigation

Simple NFT Marketplace

A simple NFT Marketplace DApp where you can sell, buy and mind NFT's. For the UI the TailwindCSS Framework is used.

Features

  • Mint Nft's
  • Sell Nft's
  • Buy Nfts's

Run the DApp Locally

Install truffle

npm install -g truffle

Install ganache-cli

npm i ganache-cli

Run ganache-cli

ganache-cli --port 7545

Open new terminal window and clone this repository

git clone https://github.com/M4p4/nft-marketplace.git

Install dependencies

cd nft-marketplace
npm install

Deploy smart contract

truffle migrate

Start the app

npm run dev

About

This Next.js NFT marketplace application enables users to easily buy, sell, and mint unique NFTs in a secure and user-friendly environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published