Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.46 KB

09-nft-metadata.md

File metadata and controls

26 lines (19 loc) · 1.46 KB
title sidebar_label
NFT Metadata Contract
NFT Metadata

The MetadataViews contract implements a standard to attach on-chain metadata to NFTs. This standard was originally proposed in FLIP-0636.

It is deployed at the same address as the NonFungibleToken contract interface.

Source: MetadataViews.cdc

Network Contract Address
Emulator 0xf8d6e0586b0a20c7
PreviewNet 0xb6763b4399a888c8
Testnet/Crescendo 0x631e88ae7f1d7c20
Mainnet 0x1d7e57aa55817448

There exists a tool, Flow NFT Catalog, which enables dapp developers the ability to unlock interoperability of your NFT collection across the Flow ecosystem. This will help make your NFT collection’s metadata more discoverable and interoperable.

To optimize your NFT collections for this catalog, you’ll need to:

  1. Update your NFT contract to support MetadataView with implementation of the core NFT views.
  2. Deploy the updated contract to both testnet and mainnet.
  3. Afterwards, onboard your NFT to the Flow NFT catalog at https://flow-nft-catalog.com.