From b6068d1cbd3273457e25f6d6ce1e87ba074cccb0 Mon Sep 17 00:00:00 2001 From: yuanjunjie Date: Wed, 15 Apr 2020 18:29:31 +0800 Subject: [PATCH] add xuperchain --- .gitignore | 2 ++ README.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d25d3ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*mod +*sumdb \ No newline at end of file diff --git a/README.md b/README.md index 7197fd2..6b69e40 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ The blockchain is an incorruptible digital ledger of economic transactions that - [Ethereum](#ethereum) - [Consortium Blockchain](#consortium-blockchain) - [Fabric](#fabric) + - [XuperChain](#xuperchain) - [FISCO-BCOS](#fisco-bcos) - [Releated Tools](#releated-tools) - [Solidity](#solidity) @@ -283,6 +284,21 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo - [IBM OpenTech Hyperledger Fabric 1.4 LTS Course](https://space.bilibili.com/102734951/channel/detail?cid=69148) - [edx: Introduction to Hyperledger Blockchain Technologies Free Course](https://www.edx.org/course/introduction-to-hyperledger-blockchain-technologie) +#### [XuperChain](https://github.com/xuperchain/xuperchain) +[](https://xchain.baidu.com/) + +- [Baidu Blockchain Engine](https://cloud.baidu.com/product/bbe.html) +- [Homepage](https://xchain.baidu.com/) +- [Doc](https://xuperchain.readthedocs.io/zh/latest/index.html) +- [Wiki](https://github.com/xuperchain/xuperchain/wiki) / [English version](https://github.com/xuperchain/xuperchain/wiki/Wiki-in-English) + ++ [Getting start](https://github.com/xuperchain/xuperchain/wiki/3.-Getting-Started) ++ SDK + + [Go SDK](https://github.com/xuperchain/xuper-java-sdk) + + [Javascript SDK](https://github.com/xuperchain/xuper-sdk-js) + + [Java SDK](https://github.com/xuperchain/xuper-python-sdk) + + [Python SDK](https://github.com/xuperchain/xuper-python-sdk) + #### [FISCO-BCOS](https://github.com/FISCO-BCOS/Wiki) ## Releated Tools