sui: add page (#14479)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Alexandros Tzimas
2024-10-31 10:10:27 +02:00
committed by GitHub
parent 17b0f1480b
commit d74970154c
5 changed files with 132 additions and 0 deletions

24
pages/common/sui.md Normal file
View File

@@ -0,0 +1,24 @@
# 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`