Skip to content

NFT Certification Framework

Usage

Validates the authenticity, provenance, uniqueness, and ownership of NFTs and digital collections, enhancing trust and transparency in digital asset marketplaces.

Framework ID

nft

URI format

<chain>:<smart-contract-id>:<token-id>
<chain>:<smart-contract-id>

Examples :

Expected data parameters (optional)

  • description: Free text describing the request
  • resources[]: add extra ressources to the request
    • type: Resource's mime-type
    • url: IPFS URL of the resource
    • description: Free text describing the ressource
{
    "image": "",                     // IPFS url of the image
    "description": "<description>",  // Free text describing the request 
    "resources": [
        {
        "type": "",                  // Resource's mime-type
        "url": "",                   // IPFS URL of the resource
        "description": ""            // Free text describing the ressource 
        }
    ]
}