March 2018
Beginner to intermediate
656 pages
20h 9m
English
The core model of Corda consists of state objects, transactions, and transaction protocols, which when combined with contract code, APIs, wallet plugins, and user interface components results in constructing a Corda distributed application (CorDapp).
Smart contracts in Corda are written using Kotlin or Java. The code is targeted for JVM.
JVM has been modified slightly in order to achieve deterministic results of execution of JVM bytecode. There are three main components in a Corda smart contract as follows: