Sui.

Post

Share your knowledge.

theking.
Jul 25, 2025
Discussion

What’s the Object Display Standard on Sui?

The Object Display Standard (https://docs.sui.io/standards/object-display) defines how Sui objects (e.g., NFTs) are displayed with metadata like name, description, and image URLs. It’s used for consistent rendering in wallets and marketplaces. Implement it in your Move contract by adding a Display struct with fields like name and image_url. See the Sui NFT examples for code (https://github.com/MystenLabs/sui).

  • Sui
  • NFT Ecosystem
  • Move
2
1
Share
Comments
.

Answers

1
acher.
acher1018
Aug 15 2025, 00:41

You use Sui’s Object Display Standard to tell wallets and marketplaces exactly how to show your objects (like NFTs) by registering a “Display” for your Move type and mapping friendly keys—typically name, description, and image_url—to fields or computed values from your object; in practice, you define your object type in Move, publish your package, create a Display for that type (via the 0x2::display module), set the template values (e.g., map name → MyNft.title, image_url → MyNft.image), and wallets will read those keys to render consistent cards, lists, and details without hard-coding your schema; you can also include optional keys (like link, project_url, or traits) and update the display later to fix images or metadata without changing the on-chain object itself

2
Best Answer
Comments
.

Do you know the answer?

Please log in and share it.

Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.

1172Posts3660Answers
Sui.X.Peera.

Earn Your Share of 1000 Sui

Gain Reputation Points & Get Rewards for Helping the Sui Community Grow.

Reward CampaignAugust