Skip to main content

NFT Metadata Contract

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

NetworkContract Address
Emulator0xf8d6e0586b0a20c7
PreviewNet0xb6763b4399a888c8
Testnet/Crescendo0x631e88ae7f1d7c20
Mainnet0x1d7e57aa55817448

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.