LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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 the Handshake daemon (hsd). Handshake is a decentralized naming protocol compatible with DNS where top-level domains are registered on a blockchain.The tool interacts with the hsd node server for blockchain queries and name operations. For wallet-specific operations, the companion tool hsw-cli communicates with the wallet server. RPC commands are available via `hsd-cli rpc <command>`.

PARAMETERS

COMMAND

Command to execute.
wallet
Wallet operations.
rpc
RPC method calls.
--url URL
Node URL.
--api-key KEY
API key.
--network NETWORK
Network to use (main, testnet, regtest, simnet).
--wallet ID
Wallet ID.
--help
Display help information.

CAVEATS

Requires a running hsd node. Requires Node.js. Name auctions follow specific bidding rules and timelines.

HISTORY

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

SEE ALSO

hsw-cli(1)

Copied to clipboard
Kai