Introduction to Corda
Let's examine what Corda is and how the Corda network is built.
We'll cover the following...
Corda is a platform that allows multiple parties that do not fully trust each other to maintain a distributed ledger with shared facts amongst each other.
Note: By its nature, Corda is a distributed system similar to the systems analyzed previously.
A distinctive characteristic of this system is this lack of trust between the nodes that are part of the system, which also gives it a decentralization aspect. This distrust is managed through various ...