docker-compose-files/hyperledger_fabric/1.0.4/solo/README.md

14 lines
263 B
Markdown
Raw Normal View History

2017-11-02 10:19:05 +08:00
## Start a network base on solo
### Quick testing with solo
```bash
$ KAFKA_ENABLED=false make
```
When the fabric-network fully started, it takes about 30~60s to finish all the test.
## Generate crypto-config and channel-artifacts
```bash
$ make gen_e2e
```