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