The SuiClient: your app's post office clerk
The role of the SuiClient in Sui app architecture, handling communication between your app and the Sui blockchain network.
How to fetch object data
A tutorial on how to fetch object data from the Sui `devnet`.
Using write operation to send a transaction
A tutorial on how to perform a write operation using the SuiClient to send a transaction that transfers Sui tokens.
API reference: getObject
Detailed API reference for the SuiClient getObject method in the Sui TypeScript SDK. Learn parameter schemas, SuiObjectDataOptions flags, response envelopes, error handling, and code examples for querying on-chain Move objects.
API reference: multiGetObjects
Detailed API reference for the SuiClient multiGetObjects method in the Sui TypeScript SDK. Learn parameter schemas, response envelopes, partial failure handling, chunking strategies, and code examples for batch querying on-chain Move objects.
API reference: getOwnedObjects
Detailed API reference for the SuiClient getOwnedObjects method in the Sui TypeScript SDK. Learn parameter schemas, cursor-based pagination, Move struct filters, and code examples for querying owned objects.