Crypto learning lab
How Sui Blockchain Works
Click through Sui's object-first blockchain model and watch a Move transaction use gas, touch owned or shared objects, collect validator agreement, create effects, and land in a checkpoint.
Sui blockchain explained in simple steps
This demo is educational and simplified. Sui is object-centric: transactions read, mutate, create, transfer, wrap, unwrap, or delete objects. Owned-object paths can be fast, while transactions touching shared objects use consensus ordering.
- Objects carry an ID, owner, version, and digest.
- Sui Move packages define the rules for creating and changing objects.
- Programmable transaction blocks can bundle multiple commands into one transaction.
- Validators execute transactions and produce effects such as mutated objects, gas spent, events, and status.
- Certified checkpoints make finalized transactions part of Sui's permanent record.
This page does not provide financial advice or live market data. A live latest-checkpoint mode can be added later with Cloudflare Workers.