github react hardhat nft marketplace application

Solutions on MaxInterview for github react hardhat nft marketplace application by the best coders in the world

showing results for - "github react hardhat nft marketplace application"
Fantine
03 May 2017
1npm install web3modal ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai \ 
2@nomiclabs/hardhat-ethers axios ipfs-http-client @openzeppelin/contracts
Ian
11 Nov 2020
1npx create-next-app marketplace-app
2cd marketplace-app
Odette
20 Mar 2019
1npm install -D tailwindcss@latest postcss@latest autoprefixer@latest
2
3npx tailwindcss init -p
4
5update styles/globals.css with the following
6@tailwind base;
7@tailwind components;
8@tailwind utilities;
similar questions