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

View File

@@ -0,0 +1,36 @@
# hsw-cli
> Handshake 钱包的命令行 REST 工具。
> 更多信息:<https://github.com/handshake-org/hs-client>。
- 解锁当前钱包(超时以秒为单位):
`hsw-cli unlock {{passphrase}} {{timeout}}`
- 锁定当前钱包:
`hsw-cli lock`
- 查看当前钱包的详细信息:
`hsw-cli get`
- 查看当前钱包的余额:
`hsw-cli balance`
- 查看当前钱包的交易历史:
`hsw-cli history`
- 向指定地址发送一定数量的交易:
`hsw-cli send {{address}} {{1.05}}`
- 查看当前钱包的待处理交易:
`hsw-cli pending`
- 查看交易的详细信息:
`hsw-cli tx {{transaction_hash}}`