minifabric
minifabric copied to clipboard
Do fabric network the right and easy way.
I have changed my `spec.yaml`, just setting the netname to "chainoa" ``` fabric: cas: - "ca.org0.example.com" - "ca.org1.example.com" peers: - "peer1.org0.example.com" - "peer1.org1.example.com" orderers: - "orderer1.example.com" settings: ca: FABRIC_LOGGING_SPEC: DEBUG...
I am using the follwing command to run my application: ```minifab apprun -l go``` and I get the following output: ``` .. # Running operation: ****************************************** run chaincode application ......
 
Hi, how to add peers to existing organizations? Assuming the default spec.yaml, you end up with a running network of 2 orgs (org1.example.com and org2.example.com). Each org has 2 peers....
** Brief Description of the issue ** When running Hyperledger Fabric 2.5.0 with a -i switch command, I am encountering the following error: ``` # Use fabric tools container to...
Hi all , I have used the flag as mentioned in the help functionality of minifab "./minifab approve -y "OR ("org0-example-com.member", "org1-example-com.member")" " but i am facing an error of...
 My caliperbenchmarkconfig.yaml  When the Send Rate (TPS) is not increasing. I set it at 80 in the yaml setting but result is...
If the App does not return (as in the case of an app that starts a webserver) then the minifab name is taken up by the docker container which starts...
 
minifab up -i 1.4.12 got failed for docker environment in netup phase as below: ``` # Preparing for the following operations: ********************* verify options, download images, generate certificates, start network,...