commit
f7c5634bb3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue