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

Fix solution of issue #1204 titled Test-network-k8s network script gets last version Fabric bin files instead of requested version. When test-network-k8s is called with a specific but not the last...

In Fabric-samples when using test-network-k8s in order to bring up cluster and network , it always downloads the latest version of Fabric binary files regardless of if any versions had...

Error: proposal failed (err: bad proposal response 500: cannot create ledger from genesis block: ledger [mychannel] already exists with state [ACTIVE]) After 5 attempts, peer0.1 has failed to join channel...

I followed the steps to start a test-network with the ordering service using SmartBFT. I set the docker images and binaries to use v3.0.0-preview version. ``` ./network.sh up -bft Using...

This PR adds a script to demonstrate the certificates renewal in the`test-network`. A new mode`renewCerts` has been added to support certificate renewal Certificate renewal can be done using `network.sh renewCerts`

I've set up a network using fabric-sample version 2.4.7. While there's an option to back up and restore, I'm currently working on renewing expired certificates, including the CA server's, which...

Hi I was trying to use off_chain_data Repository and trying to listen block level events in Golang. Sorry to inform you that I am not able to receive blocklevel events...

Issuing the [just console](https://github.com/hyperledger/fabric-samples/blob/main/full-stack-asset-transfer-guide/docs/CloudReady/21-fabric-operations-console.md#operations-console) command, gets stuck at ```starting hlf-console...``` After checking the peer logs, the following is displayed: ``` optools 12:52:20 - warn: [couchdb loop] unable to connect to...

Migrating from test-network-k8s to a DigitalOcean cloud managed Kubernetes Service. Following the recommendations in the documentation. When attempting to bootstrap enroll the CA users (after Fabric CAs are launched), it...

1. I succeeded in operating the test-network provided by hyperledger fabric v2.2 itself. 1) Chaincode installation complete - ./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-javascript -ccl javascript 2) Setting environment variables...