add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

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