Minting (CIP-68)

CIP-68 is a newer standard that enhances NFTs by storing metadata directly on-chain within a datum. This allows for more dynamic and programmable assets whose metadata can be read and updated by smart contracts.

This section provides examples of how to mint NFTs according to the CIP-68 standard, which allows for dynamic, updatable metadata stored on-chain.

TS/JS + FetchTreasury Pays for Minting (TS/JS + Fetch)Treasury Updates Metadata (TS/JS + Fetch)

Last updated

Was this helpful?