Skip to content

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

# Run coverage
npx hardhat coverage

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 91.6%
  • Solidity 8.4%