fabric-samples/asset-transfer-private-data/application-gateway-typescript
Mark S. Lewis e37e991c4c Update applications to use fabric-gateway v1.6.0
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2024-09-25 13:18:45 +09:00
..
src Update TypeScript implementations 2024-06-18 06:51:58 -04: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
eslint.config.mjs Update TypeScript implementations 2024-06-18 06:51:58 -04:00
package.json Update applications to use fabric-gateway v1.6.0 2024-09-25 13:18:45 +09:00
README.md Private data samples migration (#574) 2022-03-09 08:51:48 +00:00
tsconfig.json Update TypeScript implementations 2024-06-18 06:51:58 -04: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