add xuperchain

This commit is contained in:
yuanjunjie 2020-04-15 18:29:31 +08:00
parent fb1f96f740
commit b6068d1cbd
2 changed files with 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*mod
*sumdb

View File

@ -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)
[<img src="https://avatars3.githubusercontent.com/u/43258643?s=200&v=4" align="right" width="80">](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