From 396c01eac05869f2b2c40c9e55a4734f2bf40720 Mon Sep 17 00:00:00 2001 From: yuanjunjie Date: Wed, 15 Apr 2020 18:35:53 +0800 Subject: [PATCH] update xuperchain --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6b69e40..e94fbdc 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,27 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo #### [XuperChain](https://github.com/xuperchain/xuperchain) [](https://xchain.baidu.com/) +**XuperChain**, the first open source project of XuperChain Lab, introduces a highly flexible blockchain architecture with great transaction performance. + +**XuperChain** is the underlying solution for union networks with following highlight features: + +**High Performance** +* Creative XuperModel technology makes contract execution and verification run parallelly. +* TDPoS ensures quick consensus in a large scale network. +* WASM VM using AOT technology. + +**Solid Security** +* Contract account protected by multiple private keys ensures assets safety. +* Flexible authorization system supports weight threshold, AK sets and could be easily extended. + +**High Scalability** +* Robust P2P network supports a large scale network with thousands of nodes. +* Branch management on ledger makes automatic convergence consistency and supports global deployment. + +**Multi-Language Support**: Support pluggable multi-language contract VM using XuperBridge technology. + +**Flexibility**: Modular and pluggable design provides high flexibility for users to build their blockchain solutions for various business scenarios. + - [Baidu Blockchain Engine](https://cloud.baidu.com/product/bbe.html) - [Homepage](https://xchain.baidu.com/) - [Doc](https://xuperchain.readthedocs.io/zh/latest/index.html)