1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:22:18 +02:00
tldr/pages/common/hsd-cli.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

36 lines
683 B
Markdown

# hsd-cli
> The command-line REST tool for the Handshake blockchain.
> More information: <https://handshake.org>.
- Retrieve information about the current server:
`hsd-cli info`
- Broadcast a local transaction:
`hsd-cli broadcast {{transaction_hex}}`
- Retrieve a mempool snapshot:
`hsd-cli mempool`
- View a transaction by address or hash:
`hsd-cli tx {{address_or_hash}}`
- View a coin by its hash index or address:
`hsd-cli coin {{hash_index_or_address}}`
- View a block by height or hash:
`hsd-cli block {{height_or_hash}}`
- Reset the chain to the specified block:
`hsd-cli reset {{height_or_hash}}`
- Execute an RPC command:
`hsd-cli rpc {{command}} {{args}}`