How to deploy a cordapp with a business logic which is private to selected parties?
I have a network with 5 nodes, where node 1 is Company ABC and node 2 to node 5 are customer1, customer2 , customer3 etc. If customer1 uses Company ABC's product and if he gets a profit , he has to pay certain amount to Company ABC. The profit formula varies from customer to customer and customers should not see other customers profit formula. One customer can use the formula as A * B , where another customer can use as A+B*10 I referred the link: When deploying Corda nodes across the network, which JARs have to be exactly the same? My doubts. In my scenario , where should I write the formula