NFTs
Learn how to create and extend non-fungible tokens on Sui.
Asset Tokenization
Represent real-world assets as on-chain fractional tokens using the tokenized_asset module on Sui.
Deploy a Tokenized Asset
Publish the asset_tokenization and template packages on Sui and interact with your tokenized asset using the CLI and TypeScript scripts.
Create a Non-Fungible Token
Create NFTs on Sui using the native object model, without needing a dedicated token standard.