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, shorthandtypeRequiredDefault ValueDescription

--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

derivatives

For perpetual futures and perpetual options

nftbackedloan

For NFT backed loan

nftfactory

For creating original NFTs

For CosmWasm smart contracts

yieldaggregator

For Interchain Yield Aggregator

Last updated