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.

Step 1 of 9

Sui begins with objects, not just accounts

On Sui, assets, coins, NFTs, packages, and app data are represented as objects. Each object has an ID, owner, version, and digest.

State unitObject
LanguageSui Move
FinalityCheckpoint
Interactive Sui object transaction diagram A visual demo showing Sui objects, programmable transactions, gas, validators, Mysticeti consensus, transaction effects, checkpoints, and finality.

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.

This page does not provide financial advice or live market data. A live latest-checkpoint mode can be added later with Cloudflare Workers.

Advertisement space