diff --git a/hyperledger/1.0/README.md b/hyperledger/1.0/README.md index 8585f46c..7e2eaded 100644 --- a/hyperledger/1.0/README.md +++ b/hyperledger/1.0/README.md @@ -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 diff --git a/hyperledger/1.0/kafka/README.md b/hyperledger/1.0/kafka/README.md new file mode 100644 index 00000000..cd55aad7 --- /dev/null +++ b/hyperledger/1.0/kafka/README.md @@ -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 +```