Answers for "github react hardhat nft marketplace application"

0

github react hardhat nft marketplace application

npx create-next-app marketplace-app
cd marketplace-app
Posted by: Guest on October-05-2021
0

github react hardhat nft marketplace application

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

npx tailwindcss init -p

update styles/globals.css with the following
@tailwind base;
@tailwind components;
@tailwind utilities;
Posted by: Guest on October-05-2021
0

github react hardhat nft marketplace application

npm install web3modal ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai \ 
@nomiclabs/hardhat-ethers axios ipfs-http-client @openzeppelin/contracts
Posted by: Guest on October-05-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language