English | ζ₯ζ¬θͺ
ibet is a consortium blockchain built and operated mainly by BOOSTRY Co., Ltd..
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.
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.
This repository manages the network definitions and Quorum node containers (Validator, General) defined by the ibet consortium.
The network definitions and node definitions for each network are stored in each of the following directories.
ibet-network
: ibet main networkibet-for-fin-network
: ibet for Fin main networktest-network
: ibet test networklocal-network
: local network
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).
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.
In our ibet network we use QBFT as a consensus protocol.
Our ibet network EVM version is berlin
. Therefore, smart contracts need to be compiled for this EVM version.
For more information on how to join the network, please visit the official ibet website.
-
The go-ethereum library is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the
COPYING.LESSER
file. -
The go-ethereum binaries is licensed under the GNU General Public License v3.0, also included in our repository in the
COPYING
file.