hsw-cli
handshake wallet client
TLDR
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
SYNOPSIS
hsw-cli command [options]
DESCRIPTION
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.
PARAMETERS
COMMAND
Command to execute.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.
CAVEATS
Requires wallet service running. Separate from node client. Cryptocurrency tool.
HISTORY
hsw-cli is the wallet-specific CLI for Handshake, complementing the hsd-cli node client.
