Ant Group
1. Problems/Challenges it aims to solve
2. Solutions
ODATS (Open Data Access Trusted Service): ODATS has been adapted and validated in various use cases including financial services and logistics.
AntChain Bridge:
3. Target Customers
4. Key Points
TO REVIEW - TRANSLATED FROM CHINESE
AntChain Bridge interprets cross-chain interoperability on two levels: communication and trustworthiness, i.e., the goal of cross-chain is to achieve trustworthy communication between blockchain entities.
In the architecture of AntChain Bridge, the relay needs to interact with the blockchain, and the communication protocols of heterogeneous chains vary widely, unable to uniformly adapt, therefore AntChain Bridge abstracts out a blockchain bridge component (Blockchain Bridge Component, BBC) to solve the communication problems between the blockchain and the cross-chain network.
Every kind of heterogeneous chain that wants to connect to the AntChain Bridge cross-chain network needs to implement a set of standard blockchain bridge components, which can be divided into on-chain and off-chain parts, including off-chain plugins and system contracts. Off-chain plugins need to be developed based on the SDK, while the on-chain part is usually a smart contract that requires the implementation of specific interfaces and logic. To reduce development difficulty, we offer an implementation in the Solidity version.
AntChain Bridge provides developers with SDK, manuals, and system contract templates to help developers complete plugin and contract development. At the same time, AntChain Bridge offers plugin services (PluginServer) to run plugins. The plugin service is an independent service with plugin management and the function to respond to relay requests.
In the current engineering implementation, the BBC off-chain part is implemented in the form of plugins. AntChain Bridge has implemented a set of SDKs. By implementing the interfaces (SPI) stipulated in the SDK, a plugin package can be generated through simple compilation. Plugin service (PluginServer, PS) can load BBC off-chain plugins; details can be referred to in the plugin service introduction document.
5. People
Geoff Jiang, President of Digital Technologies Business Ant Group
Yan Ying, Technical Director of AntChain
Li Ming, Chairman of the IEEE Computer Society Blockchain and Distributed Ledger Technology Standards Committee.
6. Resources
https://github.com/AntChainOpenLabs/AntChainBridgePluginSDK
https://jcupt.bupt.edu.cn/EN/article/downloadArticleFile.do?attachType=PDF&id=1443
Last updated