hsd-cli
command-line interface for Handshake daemon
TLDR
Show wallet info
$ hsd-cli wallet get
Generate address$ hsd-cli wallet createaddress
Send coins$ hsd-cli wallet send [address] [amount]
Show balance$ hsd-cli wallet balance
Query name$ hsd-cli rpc getnameinfo [name]
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.
