hyperledger-labs / blockchain-analyzer

Analyze ledger data stored within a Hyperledger Fabric peer (key updates and operational data such as number of blocks and transactions).
Apache License 2.0
23 stars 17 forks source link

Environment enhancements using makefile and template #2

Closed salmanbaset closed 5 years ago

salmanbaset commented 5 years ago

added Makefile for network and dummy app, so that there is a uniform syntax for reproducibility. 2) added template files for docker compose and connectionprofile so that network name can be parametrized. network name separation is a work in progress.

Signed-off-by: Salman Baset sdalman.a.baset@gmail.com