-
Within the benchmarks the fabric chaincode assets use different versions of node fabric-shim and contract apis
some use 1.4, some use 2.1
It would be good to be consistent and use the most appropr…
-
Hi @Nanra I agree : the documentation is both _confusing_ and **wrong**. One great aspect of using the external Docker build process (and chaincode-as-a-service) is that we can write smart contract…
-
When the peer CLI installs a chaincode package, it must reference a .tgz archive from the local file system.
This can be an onerous burden for Fabric admins, as the crafting of the CC package is …
-
I am trying to install the javascript fabcar chaincode by executing the following command:
```
kubectl hlf chaincode install --path=./fixtures/chaincodes/fabcar/javascript --config=org1.yaml --langu…
-
**Describe the bug**
I am trying to reproduce the results in the[ hello world example](https://github.com/hyperledger/fabric-private-chaincode/blob/main/samples/chaincode/helloworld/README.md) on Ubu…
-
Kube test network provides a good opportunity to showcase and promote the best practices of building cloud-native Fabric applications using the new Gateway and Chaincode-as-a-Service SDKs. This can b…
-
Hi Team,
Architecture,
Single Organization = 1 Kubernetes Cluster (Kind on **1** Ec2 Instances)
2 Organization = (1 Ca, 2 peer (leveldb as statedb) , 1 orderer) each organization.
I am trying…
-
Hyperledger Fabric version:
2.2.4
Fabric Client:
Fabric-Tools 2.2 Docker Image - https://hub.docker.com/layers/hyperledger/fabric-tools/2.2/images/sha256-a5f691808466e90942af3f5f72d697cdaa4e545…
-
Hey,
so I installed and verified everything according to "Quickstart", but it seems that deploy command did not finish:
```shell
root@vmblockchainkubernetes:/home/michal/test-network-k8s# ./netwo…
-
How can I set the desired database?