junod
is a command line client for the Juno network. Juno users can use junod
to send transactions to the Juno network and query the blockchain data.junod
is $HOME/.juno
, which is mainly used to store configuration files and blockchain data. The Juno key
data is saved in the working directory of junod
. You can also specify the junod
working directory by using the --home
flag when executing junod
. junod
uses tcp://localhost:26657
as the RPC address to connect to the Juno network. This default configuration assumes that the machine executing junod
is running as a full-node.--node
flag when executing junod