/ibax-cli

Primary LanguageGoApache License 2.0Apache-2.0

IBAX Client

Go Reference

IBAX official command line tool.

It is implemented based on IBAX-SDK, accessing IBAX network through rpc service

Build from Source

Building ibax-cli requires both a Go (version 1.18 or later) and a C compiler.

make all

Command

config

The config command is used to generate a default configuration file

console

The console command starts the console program, integrates most commands, and includes auto-completion functions

Run

  1. Create the node configuration file:
$  ibax-cli config

The config command contains flags: connect,cryptoer,dataDir,ecosystem,hasher string,keysDir,port.Can be viewed through help naming

  1. start console or run command
    ibax-cli console
    ibax-cli version