IBAX-io / ibax-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Apache License 2.0


Languages

Language:Go 99.2%Language:Shell 0.5%Language:Makefile 0.2%