Skip to content

Commit

Permalink
Event pagination doc (MystenLabs#5529)
Browse files Browse the repository at this point in the history
* add docs for event query

* address PR comments

* update doc

* update navconfig.json
  • Loading branch information
patrickkuo authored Nov 3, 2022
1 parent 6a82148 commit 7c1764c
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 176 deletions.
2 changes: 1 addition & 1 deletion doc/src/build/comms.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ The pages in this section provide various options for communicating with Sui:
* Interact with the Sui network via the [Sui Rust SDK](rust-sdk.md), a collection of Rust language JSON-RPC wrapper and crypto utilities.
* Sign transactions and interact with the Sui network using the [Sui TypeScript SDK](https://github.com/MystenLabs/sui/tree/main/sdk/typescript) built on the Sui JSON RPC API.
* Run a [Sui Full node](fullnode.md) yourself to store the full Sui blockchain state and history.
* Filter and subscribe to a [real-time event stream](pubsub.md) on your Sui Full node using the WebSocket API.
* Filter and subscribe to a [real-time event stream](event_api.md#subscribe-to-sui-events) on your Sui Full node using the WebSocket API.

See the [Sui Reference Documentation](reference.md) for information on our API and SuiJSON format.
Loading

0 comments on commit 7c1764c

Please sign in to comment.