Re: Is there a way to block chaincode access for SDK? #fabric-chaincode
Thanks for quick reply! I will try those suggestions. I had thought separating these chaincodes could help manageability more and might increase development pace. Although you make a valid point, I believe chaincode separation might be a good idea with our use case. We actually have different categories of business logics that our customers can choose from. Later they can add more as per their needs. Multiple of these services commonly depend on some set of services. For this pay per service like flexibility, we chose this idea.
On Tue, 3 Dec 2019, 2:55 am Yacov Manevich, <YACOVM@...> wrote: Each chaincode corresponds to a different namespace, and has a different endorsement policy.
|
|