I am trying to develop an application using fabric and composer. I had read that private data can be maintained using fabric chaincode, but i am curious to know that, is it possible to maintain private data between peers/channels/orgs using composer?
Asked
Active
Viewed 33 times
1 Answers
0
No you cannot use private data in hyperledger composer. Hyperledger Composer is now deprecated and is unlikely to deliver any further releases. The recommendation is to look at the apis provided by hyperledger fabric especially around fabric-network for client side code development and the contract api for node chaincode (smart contract) development.

david_k
- 5,843
- 2
- 9
- 16