Skip to content

sunrise30/nft-marketplace

Repository files navigation

NFT Marketplace

Install dependencies

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

Run app

yarn dev

Compile & Test

npx hardhat compile
npx hardhat test

Deploy to localhost

npx hardhat node
npx hardhat run scripts/deploy.js --network localhost

Deploy to Mumbai testnet

npx hardhat run scripts/deploy.js --network mumbai

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published