Hedera NFT metadata explained
Understand the metadata behind a Hedera NFT: its on-ledger pointer, HIP-412 JSON, artwork files and IPFS addresses. Check each layer before minting.
Content reviewed on
The three layers
- NFT metadata bytes
- JSON
- Media
What HIP-412 provides
{
"name": "Night Window #1",
"description": "A study of a lit window after midnight.",
"image": "ipfs://<image-cid>",
"type": "image/png",
"attributes": [
{ "trait_type": "Window", "value": "Violet" }
]
}Content addresses and gateways
ipfs:// address names that content. An HTTP gateway is one way a browser retrieves it.
Check the metadata before minting



