Skip to content

crunaprotocol/cruna-nft-sample

Repository files navigation

Cruna NFT Sample

A Cruna Protocol NFT boilerplate

Getting Started

  1. Clone this repository
  2. 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
  1. Compile contracts: npm run compile
  2. Run tests: npm test

Your code

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.

Copyright

(c) 2024 Cruna

License

GPL3