A cli tool to fetch information from a dero rpc node.
Usage
Usage:
derocli [flags]
derocli [command]
Available Commands:
all Get all information from the node
completion Generate the autocompletion script for the specified shell
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
Flags:
-r, --rpc string address of the node (default "localhost:10102")
-h, --help help for derocli
Use "derocli [command] --help" for more information about a command.