Metadata Support
To ensure your collection's metadata structure abides by the ERC-721 and ERC-1155 standards, as well as the OpenSea Metadata Standards, you can follow a structure similar to the example below:
Explanation of fields:
name: The name of the NFT.
description: A description of the NFT.
image: A URL pointing to the image of the NFT.
external_url: URL appearing below the assets image.
attributes: An array containing various attributes or traits of the NFT. Each attribute is an object with trait_type specifying the type of the attribute and value specifying its value.
Last updated