fabric-samples
fabric-samples copied to clipboard
Samples for Hyperledger Fabric
@mbwhite I reviewed the 2 pages below for CaaS. This issue is for comments and questions that may be applicable to a docs update, please ignore what is not. https://github.com/hyperledger/fabric-samples/blob/main/test-network/CHAINCODE_AS_A_SERVICE_TUTORIAL.md...
Step: Install and run test chaincode https://catalog.us-east-1.prod.workshops.aws/workshops/ce1e960e-a811-475f-a221-2afcf57e386a/en-US/02-set-up-a-fabric-client/05-configure-client/08-install-and-run-chaincode Error: could not assemble transaction, err proposal response was not successful, error code 500, msg error in simulation: could not launch chaincode testcc:v0:...
Cannot create channel after close the test-network by ./network.sh down command. ``` Status: 405 { "error": "cannot join: channel already exists" } ``` I checked the docker volume, found there...
The auction samples are built in Javascript using the old gateway and connection profiles. What is the preferred way to migrate those applications to the new Fabric Gateway, which is...
#644 brings up the need to demonstrate how Fabric networks can be defined across multiple namespaces within a single cluster. The requirements in the "cross namespace" case include: - Update...
Kube test network now uses cert-manager.io to issue the TLS root (self signed Issuer) certificate and org-level TLS (CA Issuer) certificates. Similarly, the fabric-ca is used to manage a two-tier...
The [feature/fabric-operations-console](https://github.com/jkneubuh/fabric-samples/tree/feature/fabric-operations-console) branch has some progress on an integration with the OSS Fabric Console. This work is most of the way there but it needs a little bit of work...
I was using the test network from fabric samples and when I did the following sequence of steps which caused the orderer to crash `./network.sh up createChannel -ca -c mychannel5`...
Samples are currently inconsistent in how the chaincode package id is specified, e.g., CHAINCODE_ID vs CORE_CHAINCODE_ID_NAME, CHAINCODE_SERVER_ADDRESS vs CC_SERVER_PORT vs CCAAS_SERVER_PORT... We should define one set of variables to be...
Using 2.2.4/1.5.2 on Ubuntu 18.04 LTS host. I have a containerized API server (similar to asset-transfer-events sample app) that will perform transactions with the 2 peers/chaincode and 1 orderer. The...