fabric-samples/asset-transfer-private-data/application-gateway-typescript
Mark S. Lewis c323c95807
Update samples to use fabric-gateway v1.1.1 (#842)
Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
2022-10-20 17:43:55 +01:00
..
src Private data samples migration (#574) 2022-03-09 08:51:48 +00:00
.eslintrc.json Private data samples migration (#574) 2022-03-09 08:51:48 +00:00
.gitignore Private data samples migration (#574) 2022-03-09 08:51:48 +00:00
.npmrc Enable engine-strict checks for TypeScript Gateway samples (#726) 2022-04-29 15:59:50 +01:00
package.json Update samples to use fabric-gateway v1.1.1 (#842) 2022-10-20 17:43:55 +01:00
README.md Private data samples migration (#574) 2022-03-09 08:51:48 +00:00
tsconfig.json Private data samples migration (#574) 2022-03-09 08:51:48 +00:00

Asset Transfer Private Data Sample

This app uses fabric-samples/test-network based setup and the companion chaincode asset-transfer-private-data/chaincode-go/ with chaincode endorsement policy as "OR('Org1MSP.peer','Org2MSP.peer')"

For this usecase illustration, we will use both Org1 & Org2 client identity from this same app In real world the Org1 & Org2 identity will be used in different apps to achieve asset transfer.

For more details refer: https://hyperledger-fabric.readthedocs.io/en/release-2.4/private_data_tutorial.html#pd-use-case