Skip to content

BoostryJP/ibet-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ibet-Network

Version

English | ζ—₯本θͺž

Features

ibet is a consortium blockchain built and operated mainly by BOOSTRY Co., Ltd..

1. Consortium blockchain

ibet is a consortium blockchain. It is built using Quorum, an OSS blockchain for enterprise. Currently, it is being developed only for the Japanese market.

ibet is a consortium blockchain made up of "companies". Each company in the consortium builds its own node (non-Validator node) and connects it to the network.

2. Two networks

There are two consortium networks, "ibet" and "ibet for Fin", in compliance with Japanese laws and regulations. Each of them constitutes its own blockchain network.

Each consortium has its own independent governance and operates according to its own terms of reference and guidelines.

  • ibet : A network in which any company can participate. Mainly non-financial rights (utility tokens) are distributed.
  • ibet for Fin : A network in which mainly only financial institutions can participate. Products that require the intermediation of licensed financial institutions in the secondary market are distributed.

About this repository

This repository manages the network definitions and Quorum node containers (Validator, General) defined by the ibet consortium.

Repository structure

The network definitions and node definitions for each network are stored in each of the following directories.

  • ibet-network : ibet main network
  • ibet-for-fin-network : ibet for Fin main network
  • test-network : ibet test network
  • local-network : local network

Version control policy

The repository of ibet-Network will be version controlled by the following policy.

  • Version up of the whole repository is done every 6 months.
  • Version up of the Quorum node will be done every 6 months. The version to be adopted in the next update will be decided by consortium agreement.
    • Without a hard fork: Minor version up (e.g. 1.0 -> 1.1)
    • With a hard fork: Major version up (e.g., 1.0 -> 2.0)
  • For other urgent fixes, a revision upgrade will be released urgently (e.g., 1.1.0 -> 1.1.1).

Quorum Version

Currently, the ibet Network is built using a node client based on v24.4.0 of Quorum. The node application has been optimized for ibet Network and partially differs from that of Quorum itself. For more information, please refer to the following project.

BoostryJP/quorum

Consensus Protocol

In our ibet network we use QBFT as a consensus protocol.

EVM Version

Our ibet network EVM version is berlin. Therefore, smart contracts need to be compiled for this EVM version.

How to Join the ibet Network

For more information on how to join the network, please visit the official ibet website.

License