##coupon-blockchain-bit
- Docker - v1.12 or higher
- Docker Compose - v1.8 or higher
- Download Docker images
cd bonusPointsExchange/fabric-network
.......
Once you have completed the above setup, you will have provisioned a local blockchain network with the following docker container configuration:
- 2 CAs
- A SOLO orderer
- 4 peers (2 peers per Org)
- Crypto material has been generated using the cryptogen tool from Hyperledger Fabric and mounted to all peers, the orderering node and CA containers. More details regarding the cryptogen tool are available here.
- An Orderer genesis block (genesis.block) and channel configuration transaction (mychannel.tx) has been pre generated using the configtxgen tool from Hyperledger Fabric and placed within the artifacts folder. More details regarding the configtxgen tool are available here.
This work is licensed under a Creative Commons Attribution 4.0 International License.