NFT contract with free mint capability and configurable token ID starting point.
- Free minting
- Configurable start token ID (0 or 1)
- Bulk minting capability
- Pausable
- Owner-only functions
- Customizable URI structure
# Install dependencies
npm install
# Run tests
npx hardhat test