Update hyperledger fabric name in README

pull/108/head
Baohua Yang 2017-10-25 22:16:13 -07:00
parent f05314a670
commit 2575d1054d
1 changed files with 5 additions and 3 deletions

View File

@ -31,10 +31,12 @@ docker-compose scale es=3
## [haproxy_web](haproxy_web)
A simple haproxy and web applications cluster.
## [hyperledger](hyperledger)
Quickly bootup a hyperledger cluster with several validator nodes, without vagrant or any manual configuration. By default, the cluster enables PBFT as the consensus.
## [hyperledger_fabric](hyperledger_fabric)
Quickly bootup a hyperledger fabric cluster with several validator nodes, without vagrant or any manual configuration.
See [hyperledger](hyperledger) for more details.
Now we support from v0.6 to v1.0.x.
See [hyperledger_fabric](hyperledger_fabric) for more details.
## [kafka](kafka)
Start a simple kafka service for testing.