LinuxCommandLibrary

hsd-cli

command-line interface for Handshake daemon

TLDR

Show wallet info

$ hsd-cli wallet get
copy
Generate address
$ hsd-cli wallet createaddress
copy
Send coins
$ hsd-cli wallet send [address] [amount]
copy
Show balance
$ hsd-cli wallet balance
copy
Query name
$ hsd-cli rpc getnameinfo [name]
copy

SYNOPSIS

hsd-cli command [options]

DESCRIPTION

hsd-cli is the command-line interface for Handshake daemon. Handshake is a decentralized naming protocol compatible with DNS.
The tool manages wallets, names, and blockchain queries. It interacts with the hsd node for name registrations and transactions.

PARAMETERS

COMMAND

Command to execute.
wallet
Wallet operations.
rpc
RPC method calls.
--url URL
Node URL.
--api-key KEY
API key.
--wallet ID
Wallet ID.
--help
Display help information.

CAVEATS

Requires running hsd node. Cryptocurrency tool. Name auctions have rules.

HISTORY

hsd-cli is part of Handshake (HNS), a decentralized naming and certificate authority project.

SEE ALSO

hsw-cli(1), hsd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community