# Generate Metadata

#### ✨ Key Features:

* ✅ 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
*

#### ⚙️ How It Works:

1. Select the metadata standard
2. Enter collection name, symbol, and description
3. Set the number of NFTs you’re generating metadata for
4. Preview the JSON structure live in real-time
5. Click **Download Metadata** to receive a ready-to-use ZIP file of metadata for your entire collection

The generated metadata includes fields like:

{% code overflow="wrap" %}

```
{
  "name": "NFT #1",
  "description": "",
  "image": "./0.webp",
  "attributes": [],
  "compiler": "https://imintify.com"
}

```

{% endcode %}

<br>

### 🎉 Download your new Metadate files&#x20;
