Implement inter-channel security among the peers within the same channel in Hyperledger Fabric V1.0
I have successfully create a Hyperledger Fabric v1.0 network locally by following the steps Building Your First Network and communicating to this network from my java application using fabric-sdk-java . Here it created the certificates using cryptogen tools and is able to invoke/query chaincode through each of the peers which participating in the same channel. My implementations is like: I have four organisations Org1, Org2, Org3 and Org4 each having one peer. When Org1 creating an asset A1 with quantity 100 using the chaincode C1, it has to share this asset among the peers like Org2.peer0 A1: