Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 386 Bytes

NFT_MarketPlace

Next.js Solidity NFT Token

frontend env install

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

backend env install

npm init
npm install --save-dev hardhat
npx hardhat
npm install --save-dev @nomicfoundation/hardhat-toolbox@^3.0.0 \