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/
Download Metamask extension, add the Mumbai testnet network and switch to it.
- Network name: Mumbai
- New RPC URL: https://matic-mumbai.chainstacklabs.com
- Chain ID: 80001
- Currency Symbol: Matic
Request test Matic at the Poligon faucet by selecting Mumbai network and pasting your wallet address.
- 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