Browse Docs

Documentation

Metadata

Metadata is stored on IPFS and anchored on-chain through a deterministic hash for verification.

Metadata is stored on IPFS and referenced by metadata_uri on-chain.

Hashing

metadata_hash is SHA-256 of the metadata JSON and is stored as [u8; 32] on-chain.

Schema

{
  "name": "...",
  "description": "...",
  "image": "ipfs://...",
  "external_url": "...",
  "properties": {
    "wallet": "...",
    "website": "...",
    "x": "...",
    "github": "...",
    "tags": [],
    "capabilities": []
  }
}