Post
Share your knowledge.
theking1784
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
1Do 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.
1279Posts4408Answers
Bounty Posts
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking616
- Why does BCS require exact field order for deserialization when Move structs have named fields?65
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution55
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction419
- Sui Transaction Failing: Objects Reserved for Another Transaction410