Skip to content

A cli tool to fetch information from a dero rpc node

License

Notifications You must be signed in to change notification settings

stratumfarm/derocli

Repository files navigation

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.