Skip to content

StartaleLabs/zk-nft-migration

Repository files navigation

Set of Solidity smart contracts to be used for NFT migration

Smart Contract Tests

NFT contract with free mint capability and configurable token ID starting point.

Features

  • Free minting
  • Configurable start token ID (0 or 1)
  • Bulk minting capability
  • Pausable
  • Owner-only functions
  • Customizable URI structure

Testing

# Install dependencies
npm install

# Run tests
npx hardhat test

Releases

No releases published

Packages

No packages published