Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.22 KB

Derocli

lint goreleaser Go Report Card

About

A cli tool to fetch information from a dero rpc node.

Usage

Usage:
  derocli [flags]
  derocli [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  console     Start an interactive console
  height      Get the current height of the blockchain
  help        Help about any command
  info        Get information about the node
  peers       Get the connected peers from the node
  txpool      Get the transaction pool
  version     Print the version info

Flags:
  -c, --config string   path to the config file
  -h, --help            help for derocli
  -r, --rpc string      address of the node (default "localhost:10102")

Use "derocli [command] --help" for more information about a command.