Linux command
hsw-cli 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show wallet info
hsw-cli get
List wallets
hsw-cli wallets
Create wallet
hsw-cli create [wallet-name]
Show balance
hsw-cli balance
Generate address
hsw-cli address
说明
hsw-cli is the Handshake wallet client. It connects to the wallet service for managing HNS wallets and transactions. The tool handles wallet creation, balance queries, and address generation. It separates wallet functions from the main node.
参数
- get
- Get wallet info.
- wallets
- List wallets.
- create
- Create wallet.
- balance
- Show balance.
- address
- Generate address.
- --url _URL_
- Wallet service URL.
- --api-key _KEY_
- API key.
- --help
- Display help information.
FAQ
What is the hsw-cli command used for?
hsw-cli is the Handshake wallet client. It connects to the wallet service for managing HNS wallets and transactions. The tool handles wallet creation, balance queries, and address generation. It separates wallet functions from the main node.
How do I run a basic hsw-cli example?
Run `hsw-cli get` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does get do in hsw-cli?
Get wallet info.