A Cruna Protocol NFT boilerplate
- Clone this repository
- Install dependencies using pnpm (recommended) or npm/yarn. If you already use pnpm, skip the first two lines.
npm i -g pnpm
pnpm setup
pnpm i
- Compile contracts:
npm run compile
- Run tests:
npm test
Replace the code in SerpentShields.sol with your own NFT contract code and update the tests in test/integration.test.js to match your contract.
(c) 2024 Cruna
GPL3