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

The spec file have the option of overriding the automatically detected ip. we have the requirement to replace the ip with dns.I have created the spec file with adding "endpoint_address...

1) Followed the tutorial -> https://dilumbandara.medium.com/custom-hyperledger-fabric-network-with-minifabric-fd362ee34343 2) Issue arrises when committing the chain code on organization 1 after joining organization 1 and 2 to the same channel. 3) Error Message...

Good afternoon, I'm carrying out studies in the minifabric tool and I'm having some problems. In the current environment I created a network with two networks, one with 2 organizations...

I was following the tutorial of hyperledger fabric "Using the Fabric Test Network", ang upon deploying the chaincode to the channel I encountered errors that I don't know what's the...

Hi guys, i am following the tutorial at https://hyperledger-fabric.readthedocs.io/en/latest/test_network.html, to learn to develop a hyperledger fabric network through fabric-samples. When i tried to install the chaincode and deploy it on...

# Running operation: ****************************************** cc install ....... # Run the chaincode install script on cli container *********** non-zero return code Error: chaincode install failed with status: 500 - error in...

When commit or instantiate are called, they use endorsingpeers/peerorgs variables in a for loop, to get all the necessary information about the peers. But in the commit command for example...