System service model

The service model function module of the CoinConnectPro platform is dividedinto four parts: SYBZ gateway, SYBZ node service, SYBZ consensus network, andsupporting tools.

1.SYBZ gateway

A "SYBZ gateway"is designed as a lightweight gateway system, typicallydeployed in a participant's network environment, that provides features such as:
  • Private key management: provides fully localized private key custody functions;
  • Privacy protection: use end-to-end encryption to achieve privacy protection;
  • Protocol conversion: provide lightweight HTTP Restful Service and adapt theSYBZ node APl of TCP protocol.

2.SYBZ node service

Common application-oriented functional components provided on the basis ofthe underlying SYBZ network, with the purpose of providing reuse of commonfunctions, including:
  • Application-oriented account management;
  • Authentication and authorization of accounts;
  • object-oriented ledger data access framework;
  • event notification mechanism;
  • Smart contract management.

3.SYBZ consensus network

A network of consensus nodes, based on P2P networks and consensusalgorithms ensure that transaction data is consistent across nodes.

4.Tools

A collection of supporting tools, including SDK, data management, installationand deployment tools, monitoring services
img