July 20, 2026 · 4 min read
Sui RPC: Where Everything You Own Is an Object
Sui isn't EVM and it isn't Cosmos — it's a Move chain with an object-centric model, and its RPC reflects that. You don't call contracts to read balances; you query objects by owner. Here's the developer map: the sui_* API, owned vs shared objects, sub-second finality, and how to actually read state.
Read →