Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 512 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 512 Bytes

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 GoA.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