Files
tldr/pages.zh/common/sui.md

24 lines
457 B
Markdown

# sui
> 与 Sui 网络互动。
> 更多信息:<https://docs.sui.io/references/cli/cheatsheet>。
- 执行 Sui 子命令:
`sui {{subcommand}}`
- 为智能合约构建工具:
`sui move {{subcommand}}`
- 发布智能合约、获取对象信息、执行交易等:
`sui client {{subcommand}}`
- 启动本地网络:
`sui start`
- 从源代码更新:
`cargo install --locked --git https://github.com/MystenLabs/sui.git --branch testnet sui`