#
Introduction
#
Introduction
rebusd
is a command line client for the Rebus network. Rebus users can use rebusd
to send transactions to the Rebus network and query the blockchain data.
See here for instructions on installing rebusd
.
#
Working Directory
The default working directory for the rebusd
is $HOME/.rebusd
, which is mainly used to store configuration files and blockchain data. The Rebus key
data is saved in the working directory of rebusd
. You can also specify the rebusd
working directory by using the --home
flag when executing rebusd
.
#
Connecting to a Full-Node
By default, rebusd
uses tcp://localhost:26657
as the RPC address to connect to the Rebus network. This default configuration assumes that the machine executing rebusd
is running as a full-node.
The RPC address can be specified to connect to any full-node with an exposed RPC port by adding the --node
flag when executing rebusd
#
Global Flags
#
GET Commands
All GET commands have the following global flags:
#
POST Commands
All POST commands have the following global flags: