NFT data
Traits (2)
Bulk import from CSV (10K collection)
JSON metadata (ERC-721)
{
"name": "Cool Cat #1",
"description": "A unique cool cat from the collection.",
"image": "ipfs://QmYourCidHere/1.png",
"attributes": [
{
"trait_type": "Color",
"value": "Orange"
},
{
"trait_type": "Rarity",
"value": "Common"
}
]
}What is the NFT Metadata Generator?
An NFT metadata generator produces the JSON file that OpenSea, Magic Eden, Blur, and other marketplaces read to display your token. It contains name, description, image URL, and attributes (traits like Color, Rarity, Strength). Without proper metadata, your NFT shows as a generic image with no traits and no marketplace search.
This generator supports ERC-721 (one-of-one or numbered series) and ERC-1155 (semi-fungible) standards, with a CSV bulk-import path for 10K collections, and IPFS-ready URL hints. All in your browser -your trait data and descriptions stay private.
How it works
Features
Who uses it
Frequently asked questions
Is the NFT metadata generator free?▾
Yes. Unlimited use, no signup. OpenSea's own metadata standard is the schema; we generate compliant JSON for free.
Does it support ERC-721 and ERC-1155?▾
Yes. Toggle the standard. ERC-721 metadata has name/description/image/attributes. ERC-1155 adds decimals and properties fields.
What is IPFS for?▾
IPFS pins your image and metadata to a content-addressed network so the NFT can't be lost when your hosting goes down. Without IPFS, an NFT's image disappears if you stop paying for hosting. Use pinata.cloud, nft.storage, or web3.storage.
Can I batch generate metadata for a 10K collection?▾
Yes via CSV import. Each row becomes a metadata JSON. Columns: name, description, image, trait_X for each trait. Download the bundled JSON files.
What's the difference between trait_type and properties?▾
trait_type appears in OpenSea's attribute filter sidebar (every NFT in your collection groupable by Color, Rarity, etc.). properties is a raw object for app-specific data the marketplace doesn't filter on.
How do I link to my contract on-chain?▾
Set tokenURI() to ipfs://<METADATA_CID>/{id}.json (where {id} is replaced by the actual token ID by the contract). For ERC-1155, use the same pattern with id substitution.
What image formats work?▾
PNG, JPEG, GIF, WebP, SVG, MP4 (for animation_url). Most marketplaces prefer PNG/JPEG for the main image and MP4/WebM for animated NFTs.
Does it support animated NFTs?▾
Yes via the animation_url field. Set image to a static preview (JPEG/PNG) and animation_url to your MP4/WebM/GLB. Marketplaces show the animation in detail view.
Is my data sent anywhere?▾
No. The generator runs in your browser. Your NFT data, descriptions, traits stay on your laptop. We never see them.
Can I generate the smart contract too?▾
Not in this tool. Use the Token Contract Generator for ERC-721/1155 Solidity scaffolding with OpenZeppelin imports.
Generate NFT metadata
ERC-721 + ERC-1155, CSV bulk, IPFS-ready. Free unlimited.
Open the generatorRelated crypto tools
The NFT Metadata Generator page is built, reviewed, and maintained by the Molixa team. We use the tool we ship and update the docs when the behavior changes.
Related Crypto Tools
Crypto Tax Calculator
CSV import, FIFO/LIFO/HIFO compare, Form 8949, US/UK/CA/AU. No SaaS fee.
Wallet Address Validator
15 chains, auto-detect, subtype identification, burn warnings.
DeFi Yield Calculator
APR/APY + IL simulator + HODL vs LP compare, browser-only.
Token Contract Generator
ERC-20/721/1155 + OZ v5 + 9 extensions + gas estimates.
Popular Tools
AI Content Detector
Check if text was written by AI with a sentence-by-sentence heatmap.
YouTube Video Summarizer
Turn any YouTube video into clear notes with chapters, quotes, chat, and flashcards.
PDF Summarizer
PDF summarizer with page citations, multi-doc compare, and domain templates.
AI Text Rewriter
Paraphrase in 10 modes with diff view, freeze words, and brand voice training.
AI Math Solver
Free math solver with step-by-step solutions, photo upload, and 4 learning modes.
Watermark Remover
Brush over a watermark or object and remove it cleanly with AI. Pro/Plus.