An innovative Blockchain Protocol Platform, which everyone can deploy their own applications quickly and easily, such as Dapp, DeFi, DAO, Cross-Blockchain transactions, etc.
IBAX Blockchain System Platform


The Most Powerful Infrastructure for Applications on Decentralized/Centralized Ecosystems
A powerful blockchain system platform with a new system framework and a simplified programming language, it is includingsmart contract, database table and interface.
Build from Source
Install Go
The build process for go-ibax requires Go 1.17 or higher. If you don't have it: Download Go 1.17+.
You'll need to add Go's bin directories to your $PATH
environment variable e.g., by adding these lines toyour /etc/profile
(for a system-wide installation) or $HOME/.profile
:
export PATH=$PATH:/usr/local/go/binexport PATH=$PATH:$GOPATH/bin
(If you run into trouble, see the Go install instructions).
Compile
```$ export GOPROXY=https://athens.azurefd.net$ GO111MODULE=on go mod tidy -v
$ go build```
Run
- Create the node configuration file:
bash$ go-ibax config
- Generate node keys:
bash$ go-ibax generateKeys
- Genereate the first block. If you are creating your own blockchain network. you must use the
--test=true
option.Otherwise you will not be able to create new accounts.
bash$ go-ibax generateFirstBlock \ --test=true
- Initialize the database.
bash$ go-ibax initDatabase
5.Starting go-ibax.
bash$ go-ibax start
To restore the repository download the bundle
wget https://archive.org/download/github.com-IBAX-io-go-ibax_-_2022-01-27_14-43-13/IBAX-io-go-ibax_-_2022-01-27_14-43-13.bundle
and run:
git clone IBAX-io-go-ibax_-_2022-01-27_14-43-13.bundle
Source:
https://github.com/IBAX-io/go-ibaxUploader:
IBAX-ioUpload date: 2022-01-27