add new chinese translations
This commit is contained in:
24
pages.zh/common/sui.md
Normal file
24
pages.zh/common/sui.md
Normal 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`
|
Reference in New Issue
Block a user