Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

27 lines (13 loc) · 522 Bytes

NFT Marketplace

Installing dependencies

npx create-next-app nft-marketplace

cd nft-marketplace

npm install ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers web3modal @openzeppelin/contracts [email protected] axios

npm install -D tailwind@latest postcss@latest autoprefixer@latest

npx tailwindcss init -p

source .env

npx hardhat compile

npx hardhat test

npx hardhat node

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

npm run dev