Sui
Sui is a high‑performance L1 written around the Move language and an object‑centric model that enables parallel execution. Programs manage objects with explicit ownership (owned/shared/immutable), which allows the runtime to execute many transactions concurrently. JSON‑RPC exposes Sui‑specific methods and WebSocket events; SDKs in TypeScript and Rust are mature. Model your app state as objects to realize Sui’s performance gains.
Get started here with our Quickstart Guide
Last updated