fabric-samples/asset-transfer-private-data/application-gateway-typescript
Matthew B White 795673dee3
Add in examples and notes on using PurgePrivateData (#878)
* Add in examples and notes on using PurgePrivateData

- Update the configtx.yaml to enable the 2.5 capabillity
- Added purge into the chancode
- Added pruge into the application client code.

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>

* Temporarily remove java cc test

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
2023-01-23 11:40:52 -05:00
..
src Add in examples and notes on using PurgePrivateData (#878) 2023-01-23 11:40:52 -05: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