This project demonstrates a basic NFT Market Place. It comes with:
NFT commands:
cd NFT
npx hardhat test
npx hardhat compile
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
FE commands:
cd FE
npm run dev
npm run build
npm run start