forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc updates for style, code changes, etc (MystenLabs#9299)
## Description Describe the changes or additions included in this PR. ## Test Plan How did you test the new or updated feature? --- If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process. ### Type of Change (Check all that apply) - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes
- Loading branch information
1 parent
46a1ede
commit 6a78178
Showing
8 changed files
with
192 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- | ||
title: Connect to the Sui Network | ||
title: Connect to a Sui Network | ||
--- | ||
|
||
The pages in this section provide various options for communicating with Sui: | ||
|
||
* Use the [Sui JSON-RPC API](json-rpc.md) to interact with a Sui network. | ||
* Use the [Sui CLI client](cli-client.md). | ||
* 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](event_api.md#subscribe-to-sui-events) on your Sui Full node using the WebSocket API. | ||
* Find SDKs for other languages provided by the community in the [awesome-move](https://github.com/MystenLabs/awesome-move#sdks) overview. | ||
* Use the [Sui JSON-RPC API](json-rpc.md) to interact with a Sui network. | ||
* Use the [Sui CLI client](cli-client.md). | ||
* 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](event_api.md#subscribe-to-sui-events) on your Sui Full node using the WebSocket API. | ||
* Find SDKs for other languages provided by the community in the [awesome-move](https://github.com/MystenLabs/awesome-move#sdks) overview. | ||
|
||
See the [Sui Reference Documentation](../reference/index.md) for information on the Sui API and SuiJSON format. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.