ERC721 Token (NFT) Marketplace
Install dependencies with
npm installRun local node with
npx hardhat nodeDeploy to local network with
npx hardhat run --network localhost scripts/deploy.jsRun tests with
npx hardhat testCheck tests coverage with
npx hardhat coverageStart client with
npm startand access it at http://localhost:3000/
Create and start containers with
docker compose upand access client at http://localhost:3000/