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:

Module Commands

Last updated