This project demonstrates a basic NFT Market Place. It comes with:
- NFT, NFTMarket contracts
- A test for NFTMarket contract
- A sample FE UI using React - TypeScript
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