Skip to content

rushikesh611/zero

Repository files navigation

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

Local setup

To run this project locally, follow these steps:

  1. Start the local Hardhat node
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
yarn run dev