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 see that the chain code installation only supports java go node how can I install javascript or typescript I hope you can answer this question Thank you very much

When the user or context specified organization does not exist in the channel being queried via command 'minifab channelquery -c [the channel]' minifab will add the organization to the channel....

Example: https://github.com/hyperledger-labs/solang/blob/main/MAINTAINERS.md Example of a pointer: https://github.com/hyperledger-labs/homebrew-solang/blob/main/MAINTAINERS.md

bug

I am having two organization running on 2 different machines with the spec file Spec file on machine 1 fabric: cas: - "ca1.org1.example.com" peers: - "peer1.org1.example.com" - "peer2.org1.example.com" orderers: -...

When using Minifab the file structure created for the peers/orgs/msp/certificates does not match up with the expected locations when using the 'peer node' cli on my local computer. Since 'peer...

I want to upgrade the chaincode (java version) from lower version to higher version? But why the approve operation failed? who can help me ![image](https://user-images.githubusercontent.com/57954180/179428862-534992ef-d4dd-467a-8be9-ddcd2b136d3a.png) The docker shows that chaincode...

As specified in the cli reference when using the 'peer node unjoin' command, the peer must be offline. However, the only way to set the peer to be offline is...

I am using the latest minifab image. This command fails in the CC install step: `./minifab up -i 2.4.3 -l node -e true` However, when I install my own typescript...

Nowadays, minifabric depends on rootfull docker damon with socketPath=`/var/run/docker.sock` See if we can detech and switch between using current user or root user damon, that is more graceful.

Hi all, I'm trying to bring up the minifabric network based on my own spec.yaml file. When I bring up the minifabric network using the command minifab up it show...