Bild96 / tux3do.marketplace

a full-stack NFT Marketplace on Ethereum with Polygon and Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tux3do.marketplace

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

  1. Clone the project locally, change into the directory, and install the dependencies:

cd tux3do.marketplace

  • install using NPM or Yarn

npm install

or

yarn

  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:

npm run dev

About

a full-stack NFT Marketplace on Ethereum with Polygon and Next.js

License:MIT License


Languages

Language:JavaScript 68.6%Language:Solidity 23.3%Language:CSS 7.9%Language:Shell 0.2%