Cryptocurrency Certification Framework
Usage
Certifies authenticity, ownership, and compliance of cryptocurrency assets, ensuring secure and trustworthy exchanges.
Framework ID
crypto
URI format
<chain>:<smart-contract-id>
Examples :
ethereum:0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48for USDC
Expected data parameters (optional)
description: Free text describing the requestresources[]: add extra ressources to the requesttype: Resource's mime-typeurl: IPFS URL of the resourcedescription: 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
}
]
}