ununifid
A general introduction UnUniFi cli along with a brief description of commands and flags
Introduction
ununifid
is a command line client for the UnUniFi network. UnUniFi users can use ununifid
to send transactions to the UnUniFi network and query the blockchain data.
See here for instructions on installing ununifid
.
Working Directory
The default working directory for the ununifid
is $HOME/.ununifid
, which is mainly used to store configuration files and blockchain data.
The UnUniFi key
data is saved in the working directory of ununifid
. You can also specify the ununifid
working directory by using the --home
flag when executing ununifid
.
Connecting to a Full-Node
By default, ununifid
uses tcp://localhost:26657
as the RPC address to connect to the UnUniFi network.
This default configuration assumes that the machine executing ununifid
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 ununifid
https://a.lcd.ununifi.cauchye.net:443 is available.
Global Flags
All commands have the following global flags:
Name, shorthand | type | Required | Default Value | Description |
---|---|---|---|---|
--chain-id | string | The network Chain ID | ||
--help | string | Print help message | ||
--home | string | $HOME/.ununifi | Directory for config and data | |
--log_format | string | plain | The Logging format (json | plain) | |
--log_level | string | info | The logging level (trace | debug | info | warn | error | fatal | panic) | |
--trace | string | Print out full stack trace on errors |
Module Commands
Subcommand | Description |
For perpetual futures and perpetual options | |
For NFT backed loan | |
For creating original NFTs | |
For CosmWasm smart contracts | |
For Interchain Yield Aggregator |
Last updated