I have 2 applications (App1/App2) are deployed on same Hyperledger-Fabric network and both are running on different channel .
We have simple requirement to share some data from App1 to App2 .
So the question is : how to make the integration between App1 and App2 in secure way ?
Should we use Chaincode or Rest API ?