docker-compose-files/hyperledger_fabric
Baohua Yang 271918b5a9 Add config blocks and logs 2017-12-05 17:17:05 +08:00
..
0.6.0 Rename 0.6 and 1.0 to precise version 2017-11-02 10:15:49 +08:00
1.0.0 Rename artifacts to solo 2017-11-26 18:32:56 +08:00
1.0.2 Add fabric in path to be more accurate 2017-10-25 17:51:37 -07:00
1.0.3 Minor fix 2017-11-02 10:18:43 +08:00
1.0.4 Add config blocks and logs 2017-12-05 17:17:05 +08:00
docs Fix while loop bug 2017-11-23 17:17:29 +08:00
latest Remove unused e2e staff 2017-11-02 10:29:33 +08:00
README.md Support fabric 1.0.4 now 2017-11-02 10:19:05 +08:00

README.md

Hyperledger Fabric

This project provides several useful Docker-Compose script to help quickly bootup a Hyperledger Fabric network, and do simple testing with deploy, invoke and query transactions.

Currently we support Hyperledger Fabric v0.6 and v1.0.

If you're not familiar with Docker and Blockchain, can have a look at these books (in CN):

Getting Started

$ cd 1.0.4
$ HLF_MODE=solo make
$ HLF_MODE=kafka make
$ HLF_MODE=couchdb make
$ HLF_MODE=dev make

Supported Releases