📄️ 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 5o 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
API reference documentation for the SuiClient method `getObject`, which retrieves the details of a specific object from the blockchain.
📄️ API Reference - multiGetObjects
API reference documentation for the SuiClient method `multiGetObjects`, which retrieves details for many objects in a single network request.
📄️ API Reference - getOwnedObjects
API reference documentation for the SuiClient method `getOwnedObjects`, which retrieves a list of objects owned by a specific address.