GitPedia

Go ibax

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

From IBAX-io·Updated June 14, 2026·View on GitHub·

A powerful blockchain system platform with a new system framework and a simplified programming language, it is including smart contract, database table and interface. The project is written primarily in Go, distributed under the Apache License 2.0 license, first published in 2020. It has gained significant community traction with 7,858 stars and 6,394 forks on GitHub. Key topics include: assets, blockchain, cross-chain, decentralized-exchange, golang.

Latest release: v1.4.3
April 18, 2025View Changelog →

IBAX Blockchain System Platform

Go Reference
Go Report Card

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 including
smart 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 to
your /etc/profile (for a system-wide installation) or $HOME/.profile:

export PATH=$PATH:/usr/local/go/bin
export 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

  1. Create the node configuration file:
bash
$ go-ibax config
  1. Generate node keys:
bash
$ go-ibax generateKeys
  1. Generate 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
  1. Initialize the database.
bash
$ go-ibax initDatabase

5.Starting go-ibax.

bash
$ go-ibax start

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from IBAX-io/go-ibax via the GitHub API.Last fetched: 6/20/2026