Token metadata basics
NFT metadata
NFT Metadata is represented as JSON objects which are made public. There are two types of metadata used by crypto contracts:
- Contract: Holds information about the contract/collection
- Token: Holds information about an individual token
Contract metadata
Contract metadata tells marketplaces such as OpenSea about your collection including it's name, description and image. The following is an example of contract metadata:
Updated 9 months ago