docker-compose-files/hyperledger_fabric/latest/solo
Baohua Yang 56015db2d0 Remove unused e2e staff 2017-11-02 10:29:33 +08:00
..
crypto-config Remove unused e2e staff 2017-11-02 10:29:33 +08:00
examples/chaincode/go/chaincode_example02 Remove unused e2e staff 2017-11-02 10:29:33 +08:00
README.md Remove unused e2e staff 2017-11-02 10:29:33 +08:00
configtx.yaml Remove unused e2e staff 2017-11-02 10:29:33 +08:00
crypto-config.yaml Remove unused e2e staff 2017-11-02 10:29:33 +08:00
gen_artifacts.sh Remove unused e2e staff 2017-11-02 10:29:33 +08:00

README.md

Start a network base on solo

Quick testing with solo

$ HLF_MODE=solo make

When the fabric-network fully started, it takes about 30~60s to finish all the test.

Quick testing with kafka

$ 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

$ make gen_solo gen_kafka