minifabric icon indicating copy to clipboard operation
minifabric copied to clipboard

Do fabric network the right and easy way.

Results 68 minifabric issues
Sort by recently updated
recently updated
newest added

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 ......

![Screenshot from 2023-03-31 16-34-24](https://user-images.githubusercontent.com/51323064/229103911-c7654cee-a832-4885-85ec-a23dac54ac7f.png) ![Screenshot from 2023-03-31 16-33-57](https://user-images.githubusercontent.com/51323064/229103933-8a3251a1-c334-4443-9820-df7b650b11f9.png)

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...

![Screenshot from 2023-05-15 12-36-50](https://github.com/hyperledger-labs/minifabric/assets/51323064/68b4d21e-a09c-4506-ba32-740602330862) My caliperbenchmarkconfig.yaml ![Screenshot from 2023-05-15 12-39-35](https://github.com/hyperledger-labs/minifabric/assets/51323064/1ae95882-9f2d-43a5-b374-44a8e465f0f1) 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...

![Screenshot from 2023-03-31 23-55-06](https://user-images.githubusercontent.com/51323064/229200412-55e86d9b-9664-4b19-99fd-2b8864c8c6be.png) ![Screenshot from 2023-03-31 23-56-18](https://user-images.githubusercontent.com/51323064/229200486-dee58a65-0a9a-4187-bac0-6b931226cdb5.png)

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,...