Batch NFT Mint Tool
Mint multiple NFTs at once from the web interface. Connect your Sui wallet and run the batch directly.
Generate JSON Metadata
Auto-generate NFT metadata by matching your sorted image names with sequential numbering.
How it works: This tool creates NFT names by combining your prefix with numbers (e.g., "Skull_" + 1 = "Skull_1"). It then finds your uploaded images that start with each name and generates the complete JSON metadata array. Your images should follow a sorted naming pattern like: Skull_1.jpg, Skull_2.jpg, etc.
JSON Metadata
Enter or upload a JSON file containing a metadata array.
Batch status
Wallet: Not connectedNo activity yet.
Tips
- 1. Connect your Sui wallet before minting.
- 2. Use "Generate JSON" to create a metadata array from user images (find name starting with the matching name).
- 3. Or enter/upload a JSON array with fields
name,description, andimageUrl. - 4. The collection ID must be a valid Sui object ID.
- 5. If minting succeeds, the tool will call the backend to save the NFT.
