docker-compose-files/hyperledger/README.md

18 lines
582 B
Markdown
Raw Normal View History

2016-06-18 15:55:38 +08:00
# Hyperledger fabric
2016-07-23 17:09:42 +08:00
2017-01-04 14:54:05 +08:00
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.
2016-07-23 17:09:42 +08:00
2017-01-04 14:54:05 +08:00
Currently we support Hyperledger Fabric v0.6 and v1.0.
2016-12-08 16:03:52 +08:00
2017-05-10 11:57:19 +08:00
If you're not familiar with Docker and Blockchain, can have a look at these books (in CN):
2016-12-08 17:20:35 +08:00
* [Docker Practice](https://github.com/yeasy/docker_practice)
* [Blockchain Guide](https://github.com/yeasy/blockchain_guide)
2017-01-04 14:54:05 +08:00
## Hyperledger Fabric v0.6
2016-09-14 16:58:02 +08:00
2017-01-04 14:54:05 +08:00
See [Fabric v0.6](0.6/).
2016-09-14 16:58:02 +08:00
2017-01-04 14:54:05 +08:00
## Hyperledger Fabric v1.0
See [Fabric v1.0](1.0/).