Anime Metaverse Supernova is an ERC721 Mint that requires the burning of Anime Metaverse Soulmates to mint. The mint uses metadata from the burnt Soulmates to determine the outcome of each user's mint. In addition to the Supernova, each burnt token results in a cooresponding burnt soul SBT.
Build the contracts:
$ forge build
Delete the build artifacts and cache directories:
$ forge clean
Compile the contracts:
$ forge build
Get a test coverage report:
$ forge coverage
Format the contracts:
$ forge fmt
Get a gas report:
$ forge test --gas-report
Lint the contracts:
$ pnpm lint
Run the tests:
$ forge test
This repository was created using a forked template, originally found here: PaulRBerg/foundry-template
This project is licensed under MIT.