Core Architecture

  1. Application Layer

    It consists of Dapps which are applications used by real users and can be accessed by BizAuto System application.

  2. Safety Platform Layer

    1. It is a layer which processes operations such as user’s shift in assets and performing transactions; it consists of BizAuto System application & protocols that manages user’s key directly such as wallet & DID and also maintains personal information.

    2. On each DApp, any process cannot be executed, besides searching, without consents from users through the Security layer.

  3. Proxy Layer

    1. This layer prevents direct access to the blockchain and distributes the load.

    2. Each developer may operate nodes directly to access BizAuto or attempt to approach optimized nodes automatically through the Proxy layer.

  4. Plugin Layer

    1. It is a layer including nodes with various plug-ins such as generating quantum random numbers and searching transaction history which helps Dapp development.

    2. It does not generate blocks directly.

  5. Blockchain Layer

    1. This layer contains nodes that produce actual blocks and process the transactions.

    2. Blocks are produced through the defined consensus algorithm and transmits blocked data to the nodes of the plugin layer.

Last updated