Merge pull request #82 from qiang0723/master

Add usage of kafka
pull/83/head
Baohua Yang 2017-07-11 23:04:33 +08:00 committed by GitHub
commit f7c5634bb3
2 changed files with 19 additions and 5 deletions

View File

@ -144,14 +144,13 @@ Get events with block-listener
Will explain the usage of `cryptogen` and `configtxgen`
### [WIP] [Some verification tests](./docs/Verification-test.md)
### [Use database couchDB](./docs/couchdb-usage.md)
### [WIP] [kafka usage](./docs/kafka-usage.md)
### [WIP] [Some verification tests](./docs/Verification-test.md)
=======
## Acknowledgement

View File

@ -0,0 +1,15 @@
[WIP]
## Start a network base on kafka
```bash
$ docker-compose -f orderer-kafka.yaml up
```
### Chaincode
```bash
$ docker exec -it fabric-cli bash
$ bash ./scripts/initialize.sh
$ bash ./scripts/test_4peers.sh
```