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

Verify the organization option ****************************** **Default option org is org0.example.com which does not exist in your spec, use -o to specify one** #stats minifab: ok=19 failed=1 Specifying -o with an...

Currently consortium name is "SampleConsortium" - I do not see a way to configure consortium name. This should be configurable by the spec file.

Steps: 1. Create a new network on same host machine with 2 orgs (org0, org1 + orderers) with `minifab up -e true` 2. Bring the console up with `minifab consoleup`...

Hi, when creating the network, there are non-explicitly named volumes created (named like 825126516f79bdca6ac80912603d7f3d52ce8925212eaf4c575fe2c620ef6966). This happens for organization peers and ordering nodes too. I think it would be sensible to...

Hello everyone. I have set up a minifabric network in an ubuntu machine locally. After I have restarted my pc and the ubuntu, as it is expected the ip address...

I have created a local k8s cluster with nodePort based load balancer. the command im using to deploy the fabric network is `./minifab up -o hyd.com -i 2.2.3 -c sample...

Hi minifabric, I searched minifabric and it seems we support for caliper. https://github.com/hyperledger-labs/minifabric/search?q=caliper May I know if minifabric able to suppose tape? and tape is discussion for distribution deployment for...

Currently the tool container (cli) is deployed on the local machine when deploy Fabric onto k8s. which in later deployment may hard to keep track where the tool container is....

Minifabric can be easily used to watch activities happening on Fabric network. Need a doc to explain how to easily do this.

good-first-issue

I'm trying to add the `express` dependency on a custom app. By editing the [app/node/package.json](https://github.com/hyperledger-labs/minifabric/blob/main/app/node/package.json) file, adding the following dependency: ``` "express": "^4.17.1" ``` I get the following error. ```...