提交 30d39b87 编写于 作者: Y yeasy

Creates hyperledger/install/.md

Auto commit by GitBook Editor
上级 3aed90df
......@@ -48,7 +48,7 @@
* [小结](bitcoin/summary.md)
* [Hyperledger - 超级账本](hyperledger/README.md)
* [简介](hyperledger/basic.md)
* [安装部署](hyperledger/install.md)
* [Fabric v0.6 安装部署](hyperledger/install.md)
* [使用 chaincode](hyperledger/usage.md)
* [权限管理](hyperledger/membersrcv-usage.md)
* [Python 客户端](hyperledger/hyperledger-py.md)
......
......@@ -26,11 +26,12 @@ Hyperledger 社区由技术委员会(Technical Steering Committee,TSC)指
* [fabric](https://github.com/hyperledger/fabric):包括 [fabric](https://github.com/hyperledger/fabric)[fabric-api](https://github.com/hyperledger/fabric-api)[fabric-sdk-node](https://github.com/hyperledger/fabric-sdk-node)[fabric-sdk-py](https://github.com/hyperledger/fabric=sdk-py) 等,目标是区块链的基础核心平台,支持 pbft 等新的 consensus 机制,支持权限管理,最早由 IBM 和 DAH 发起;
* [sawtooth Lake](https://github.com/hyperledger/sawtooth-core):包括 arcade、[core](https://github.com/hyperledger/sawtooth-core)、dev-tools、[validator](https://github.com/hyperledger/sawtooth-validator)、mktplace 等。是 Intel 主要发起和贡献的区块链平台,支持全新的基于硬件芯片的共识机制 Proof of Elapsed Time(PoET)。
* [Iroha](https://github.com/hyperledger/Iroha):账本平台项目,主要由 Soramitsu 发起和贡献。
* [Iroha](https://github.com/hyperledger/Iroha):账本平台项目,基于 C++ 实现,带有不少面向 Web 和 Mobile 的特性,主要由 Soramitsu 发起和贡献。
其它项目:
* [blockchain-explorer](https://github.com/hyperledger/blockchain-explorer):提供 Web 操作界面,通过界面快速查看查询绑定区块链的状态(区块个数、交易历史)信息等。
* [Cello](https://github.com/hyperledger/cello):提供"Blockchain as a Service" 功能,使用 Cello,管理员可以轻松获取和管理多条区块链;应用开发者可以无需关心如何搭建和维护区块链。
目前,所有项目均处于孵化(Incubation)状态。
......
## 安装部署
## Fabric v0.6 安装部署
Fabric 目前的稳定版本为 v0.6,最新的版本 1.0 还在演进中,即将发布。
社区在很长一段时间内并没有推出比较容易上手的安装部署方案,于是笔者设计了基于 Docker 容器的一键式部署方案,该方案推出后在社区受到了不少人的关注和应用。官方文档现在也完善了安装部署的步骤,具体可以参考代码 `doc` 目录下内容。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册