mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
24 lines
489 B
Markdown
24 lines
489 B
Markdown
# 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`
|