HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sui — Interact with the Sui network. More information: <https://docs.sui.io/references/cli/cheatsheet>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thesuicommandnetworkinteractcliwith

Problem

How to use the sui command: Interact with the Sui network. More information: <https://docs.sui.io/references/cli/cheatsheet>.

Solution

sui — Interact with the Sui network. More information: <https://docs.sui.io/references/cli/cheatsheet>.

Execute a Sui subcommand:
sui {{subcommand}}


Build tools for a smart contract:
sui move {{subcommand}}


Publish smart contracts, get object information, execute transactions and more:
sui client {{subcommand}}


Start a local network:
sui start


Update from source:
cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui

Code Snippets

Execute a Sui subcommand

sui {{subcommand}}

Build tools for a smart contract

sui move {{subcommand}}

Publish smart contracts, get object information, execute transactions and more

sui client {{subcommand}}

Start a local network

sui start

Update from source

cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui

Context

tldr-pages: common/sui

Revisions (0)

No revisions yet.