Skip to content

ndujaLabs/guardians-of-agdaroth-contracts

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published