Let's look at the various strategies with which you can achieve one or more of the previous use cases. We will learn the strategies that we can implement in Quorum, but not all the ones that are available for public or other blockchains. We will also look at examples of how to implement these strategies.
Strategies for implementing blockchain interoperability
Single custodian
The easiest way to achieve interoperability is to have a centralized third-party through which blockchains can talk to each other. Essentially, you need to trust the third-party.Â
However, centralized interoperability projects, such as Oraclize, have solved the trust problem. Oraclize enables your Ethereum smart contracts to communicate...