This project provides the configuration files to start Hyperledger/fabric 1.1 on docker.
- ./dev-solo
- start Hyperledger/fabric network on single docker using docker-compose.
- ./swarm-kafka
- start distributed Hyperledger/fabric network on docker cluster using docker swarm mode.
fabric-payment-sample-chaincode
fabric-payment-sample-api
version | |
---|---|
docker | 17.12.1-ce |
docer-compose | 1.19.0 |
Hyperledger/fabric | 1.1.0-rc1 |
- ./dev-solo
- ./swarm-kafka
- Fork this project ( https://github.com/nmatsui/fabric-payment-sample-docker )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
Copyright (c) 2018 Nobuyuki Matsui nobuyuki.matsui@gmail.com