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.
Updates for gateway deprecation 10/21 (MystenLabs#5266)
* splitting local network from client cli * Removing gateway mentions * Updates for gateway deprecation * Update json-rpc.md * Updates for gateway deprecation * Updates for gateway deprecation * Update sui-json.md * Updates for gateway deprecation * Update sui-local-network.md * Update sui-local-network.md * Update doc/src/build/comms.md Co-authored-by: Lu Zhang <8418040+longbowlu@users.noreply.github.com> * Update doc/src/build/devnet.md Co-authored-by: Lu Zhang <8418040+longbowlu@users.noreply.github.com> * Update doc/src/build/fullnode.md Co-authored-by: Lu Zhang <8418040+longbowlu@users.noreply.github.com> * Update doc/src/build/fullnode.md Co-authored-by: Lu Zhang <8418040+longbowlu@users.noreply.github.com> * Update doc/src/build/fullnode.md Co-authored-by: Lu Zhang <8418040+longbowlu@users.noreply.github.com> * Updates per tech review * Update fullnode.md * Update fullnode.md * Update json-rpc.md * Update fullnode.md * Update fullnode.md * Additional changes for gateway deprecation Co-authored-by: Lu Zhang <8418040+longbowlu@users.noreply.github.com>
- Loading branch information
1 parent
9830219
commit 9c3705a
Showing
12 changed files
with
371 additions
and
912 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,16 +1,14 @@ | ||
--- | ||
title: Connect and Communicate with the Sui Network | ||
title: Connect to the Sui Network | ||
--- | ||
|
||
Now that you have [installed Sui](install.md), [connected to Devnet](../build/devnet.md), and started to [create smart contracts in Move](move/index.md) and [program Sui objects](programming-with-objects/index.md), it's time to let your apps talk to Sui. | ||
|
||
The pages in this section provide various options for communicating with Sui: | ||
|
||
* Set up your [Sui RPC server and use the Sui JSON-RPC API](json-rpc.md) to interact with a local Sui network. | ||
* Optionally, use the [Sui CLI client](cli-client.md) to start and set up a local Sui network for contributing changes to the blockchain itself. | ||
* 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 Fullnode](fullnode.md) yourself to store the full Sui blockchain state and history and qualify as a [potential validator](https://sui.io/resources-sui/validator-registration-open/). | ||
* Filter and subscribe to a [real-time event stream](pubsub.md) on your Sui Fullnode using JSON-RPC notifications via the WebSocket 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. | ||
|
||
See the [Sui Reference Documentation](reference.md) for information on our 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
Oops, something went wrong.