18 lines
578 B
Markdown
18 lines
578 B
Markdown
# 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 2 books (in CN):
|
|
|
|
* [Docker Practice](https://github.com/yeasy/docker_practice)
|
|
* [Blockchain Guide](https://github.com/yeasy/blockchain_guide)
|
|
|
|
## Hyperledger Fabric v0.6
|
|
|
|
See [Fabric v0.6](0.6/).
|
|
|
|
## Hyperledger Fabric v1.0
|
|
See [Fabric v1.0](1.0/).
|