fabric-samples icon indicating copy to clipboard operation
fabric-samples copied to clipboard

Samples for Hyperledger Fabric

Results 164 fabric-samples issues
Sort by recently updated
recently updated
newest added

jaideep@DESKTOP-4NDC02C:~/fabric/src/github.com/jaideep/fabric-samples/asset-transfer-basic/application-gateway-go$ npm install npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /home/jaideep/fabric/src/github.com/jaideep/fabric-samples/asset-transfer-basic/application-gateway-go/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/home/jaideep/fabric/src/github.com/jaideep/fabric-samples/asset-transfer-basic/application-gateway-go/package.json'...

There's a hard coded filename at the end of the `test-network/scripts/pkgcc.sh` script which results in an error when using a different label ``` shasum: audit-trail.tgz: No such file or directory...

I have added a new organization to my consortium network. Successfully able to join the channels from the new organization peers. Now I m trying to get information about my...

[Hyperledger Fabric Commercial Paper Tutorial](https://hyperledger-fabric.readthedocs.io/en/latest/tutorial/commercial_paper.html ) [Documentation page](https://github.com/hyperledger/fabric-samples/tree/main/commercial-paper) ![image](https://user-images.githubusercontent.com/24069576/157482853-9badf8eb-5ab4-4ffd-badf-cff161f290cf.png)

Hi team, I used MongoDB to store wallet identity. But due to some reason I lost(deleted) the wallet identity data of the client(users). Now I want to retrieve that data....

Caliper plans to use test-network as the framework for it's integration test pipeline. Caliper has the capability to use mutualTLS if requested and would want to be able to test...