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

20 lines
419 B
Markdown
Raw Normal View History

2017-11-02 10:29:33 +08:00
## Start a network base on solo
### Quick testing with solo
```bash
$ HLF_MODE=solo make
```
When the fabric-network fully started, it takes about 30~60s to finish all the test.
### Quick testing with kafka
```bash
$ HLF_MODE=kafka 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_solo gen_kafka
```