A Swag Panda Landing Page Built using vue
Swag Panda
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
Getting Started
Create Secrets File, Update With Your Own Info
cp secrets-example.json secrets.json
Nuxt Page
npm install
npm run dev
Local Contract Testing
npx hardhat compile
npx hardhat node
npx hardhat run scripts/deploy.js --network localhost
Contract Issues?
npx hardhat clean