All Projects â†’ IBAX-io â†’ go-ibax

IBAX-io / go-ibax

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

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-ibax

js-namespace-rails
js-namespace-rails let you choose which javascript snippet can execute in rails assets pipeline
Stars: ✭ 57 (-98.31%)
Mutual labels:  assets
webpack-asset-pipeline
🚀 A missing link for the asset pipeline alternative with Webpack.
Stars: ✭ 31 (-99.08%)
Mutual labels:  assets
lightning-xchain-atomic-swap
Lightning Cross Chain Atomic Swap
Stars: ✭ 16 (-99.53%)
Mutual labels:  cross-chain
Assets
WordPress assets helpers
Stars: ✭ 20 (-99.41%)
Mutual labels:  assets
syscoin
Syscoin is a crypto currency that is universally merge-mineable and offers a unique variety of services including decentralized identities, asset token issuance platform capabilities directly on the blockchain and trustless 0-counterparty interoptibility with the Ethereum blockchain
Stars: ✭ 152 (-95.5%)
Mutual labels:  assets
assets
Inpsyde Assets is a Composer package (not a plugin) that allows to deal with scripts and styles in a WordPress site.
Stars: ✭ 30 (-99.11%)
Mutual labels:  assets
every-eos
Decentralized exchange based on eos.io
Stars: ✭ 20 (-99.41%)
Mutual labels:  decentralized-exchange
phoenix bakery
Better compression for your Phoenix assets
Stars: ✭ 25 (-99.26%)
Mutual labels:  assets
amp-client
Official repository for the AMP react client
Stars: ✭ 33 (-99.02%)
Mutual labels:  decentralized-exchange
sdk
Li.Fi - Bridge & DEX aggregation: Any-to-Any Cross-Chain-Swap SDK
Stars: ✭ 18 (-99.47%)
Mutual labels:  cross-chain
postcss-copy
An async postcss plugin to copy all assets referenced in CSS files to a custom destination folder and updating the URLs.
Stars: ✭ 39 (-98.84%)
Mutual labels:  assets
GemsAssetsWebpackBridge
It helps to build a bridge from ruby gems' assets to Webpack
Stars: ✭ 20 (-99.41%)
Mutual labels:  assets
zauberlehrling
Collection of tools and ideas for splitting up big monolithic PHP applications in smaller parts.
Stars: ✭ 28 (-99.17%)
Mutual labels:  assets
uniswap-python
🦄 The unofficial Python client for the Uniswap exchange.
Stars: ✭ 533 (-84.21%)
Mutual labels:  decentralized-exchange
theme
Nützliche Verwaltung von Projektdateien (z. B. Assets, Sprachdateien, Funktionen und Klassen) für Frontend und Backend.
Stars: ✭ 46 (-98.64%)
Mutual labels:  assets
core
🔥 Antares Core Implemenation. Most important project layer, this is the heart for your app. ACL, notifiter, console, geoip, areas, utils and many more...
Stars: ✭ 24 (-99.29%)
Mutual labels:  assets
NEMPay
Adaptable Android & iOS Mosaic Wallet for NEM Blockchain
Stars: ✭ 36 (-98.93%)
Mutual labels:  assets
xmr-btc-atomic-swap
Cross-chain atomic swap protocol between Monero and Bitcoin
Stars: ✭ 67 (-98.02%)
Mutual labels:  cross-chain
assets
🎨 Assets for the Home Assistant project
Stars: ✭ 28 (-99.17%)
Mutual labels:  assets
freewallet-mobile
Mobile wallet for iOS/Android/Browser which supports Bitcoin and Counterparty
Stars: ✭ 51 (-98.49%)
Mutual labels:  assets

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:
$    go-ibax config
  1. Generate node keys:
$    go-ibax generateKeys
  1. 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.
$    go-ibax generateFirstBlock \
        --test=true
  1. Initialize the database.
$    go-ibax initDatabase

5.Starting go-ibax.

$    go-ibax start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].