NFT Contract
We keep our eyes on the contemporary NFT standards, not only the EIPs but also the community materials, including
Specification of Metadata
Property | Description | Property Upstream |
---|---|---|
name | The name of the NFT. | ERC-721 |
description | A brief description of the NFT, which can also be set to the same value as | ERC-721 |
image | A URL pointing to the primary image associated with the NFT, which can also be set to the same value as the | ERC-721 |
asset_id | A unique identifier, Nid, for the NFT asset | Numbers Protocol |
asset_file | A URL pointing to the actual asset file that represents the NFT | Numbers Protocol |
creator | The address of the creator of the NFT | Numbers Protocol |
animation_url | A URL pointing to an animation associated with the NFT, which can also be set to the same value as the | OpenSea |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Here is an example of the metadata:
Last updated