Skip to content

Mavis2103/NFT-Marketplace

Repository files navigation

Requirement

  • Node 16.13.2
  • Yarn
  • Nextjs (latest)

Install

yarn add ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers web3modal @openzeppelin/contracts ipfs-http-client axios
yarn add -D tailwindcss@latest postcss@latest autoprefixer@latest
yarn add @headlessui/react

Start(Dev)

yarn dev

Start(Production)

yarn build
yarn start

Hardhat

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help