Fablo is a simple tool to generate the Hyperledger Fabric blockchain network and run it on Docker. It supports RAFT and solo consensus protocols, multiple organizations and channels, chaincode installation and upgrade.
Apache License 2.0
195
stars
72
forks
source link
When Fabric version is 2.5, use V2_5 capabilities #452
When Fabric version is 2.5, use V2_5 capabilities
Requires setting application capability to V2_5 in channel configuration. Requires adding object similar to:
Then use it by default for Fabric 2.5 and higher