LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

hsw-cli

handshake wallet client

TLDR

Show wallet info
$ hsw-cli get
copy
List wallets
$ hsw-cli wallets
copy
Create wallet
$ hsw-cli create [wallet-name]
copy
Show balance
$ hsw-cli balance
copy
Generate address
$ hsw-cli address
copy

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.

SEE ALSO

hsd-cli(1), hsd(1)

Copied to clipboard
Kai