IBAX official command line tool.
It is implemented based on IBAX-SDK, accessing IBAX network through rpc service
Building ibax-cli
requires both a Go (version 1.18 or later) and a C compiler.
make all
The config command is used to generate a default configuration file
The console command starts the console program, integrates most commands, and includes auto-completion functions
- 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
- start console or run command
ibax-cli console
ibax-cli version