Most "alt-L1" chains still think in accounts and balances — Sui doesn't. On Sui, everything you own is a first-class object with its own ID and owner, and that single design decision changes the entire RPC surface. There's no eth_getBalance , no eth_call , no eth_getLogs .

Source: [Dev.to](https://dev.to/swiftnodes/sui-rpc-where-everything-you-own-is-an-object-36pl)

Sponsored