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
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:
- Update your NFT contract to support MetadataView with implementation of the core NFT views.
- Deploy the updated contract to both testnet and mainnet.
- Afterwards, onboard your NFT to the Flow NFT catalog at https://flow-nft-catalog.com.