Swag Panda is a learning resource for creating an ERC721 NFT with a Landing Page you can mint from. Created by @andyhartnett12
If this repo helps you out, consider minting a SwagPanda as a token of gratitude at https://swagpanda.xyz
cp secrets-example.json secrets.json
npm install
npm run dev
npx hardhat compile
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
npx hardhat clean