βοΈGenerate Metadata
Easily generate structured metadata files for your NFT collection in just a few clicks.
Last updated
Easily generate structured metadata files for your NFT collection in just a few clicks.
β Select your preferred metadata standard (EVM or Solana)
π Add your collection name, symbol, and description
π’ Choose your collection size β generate 1 or 10,000 items
π§Ύ Automatically create matching JSON files with indexes
π§ Option to configure advanced settings (attributes, compiler URL, etc.)
π€ Use in combination with IPFS uploaders or minting tools
Select the metadata standard
Enter collection name, symbol, and description
Set the number of NFTs youβre generating metadata for
Preview the JSON structure live in real-time
Click Download Metadata to receive a ready-to-use ZIP file of metadata for your entire collection
The generated metadata includes fields like:
{
"name": "NFT #1",
"description": "",
"image": "./0.webp",
"attributes": [],
"compiler": "https://imintify.com"
}
Last updated