Accessing Data

How to read data from the Sui network. Use when choosing or implementing a data access strategy — queries for on-chain state, indexing pipelines, historical lookups, event subscriptions, cross-chain reads, or off-chain blob storage. Covers the two live Sui APIs (gRPC and GraphQL RPC), the Archival Store, the General-Purpose Indexer, the `sui-indexer-alt` custom indexing framework, and Walrus for off-chain blobs.

jiayaoqijia Updated

File contents

jiayaoqijia/cryptoskill/tree/main/skills/chains/mystenlabs-accessing-data commit bf1e226c8d

Frequently asked questions

npx skillmds@latest add jiayaoqijia/accessing-data