Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 968 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 968 Bytes

Project description

A fully responsive NFT Marketplace where users can mint, sell, delist, buy and re-sell NFTs.

Deployed to Mumbai testnet: https://nft-marketplace-dusky.vercel.app/

Setup

Download Metamask extension, add the Mumbai testnet network and switch to it.

Screen Shot 2022-01-24 at 18 48 08

Request test Matic at the Poligon faucet by selecting Mumbai network and pasting your wallet address.

How to run locally:

  • Colne the repo and install dependencies: npm install
  • Spin up a local network: npx hardhat node
  • Deploy the contracts to the local network: npx hardhat run scripts/deploy.js --network localhost
  • Start the app: npm run dev