CorDapp management
CorDapps (Corda Distributed Applications) are distributed applications that run on the Corda platform. The goal of a CorDapp is to allow nodes to reach an agreement on updates to the ledger. From a business perspective, it is a smart contract that parties agree to use to achieve business goals.
With Catalyst Blockchain Manager, you can easily upload your CorDapp on a node and generate REST API endpoints for the flows of the CorDapp by simply clicking a few buttons.
CorDapps take the form of a set of .jar files containing class definitions written in Java and/or Kotlin.
Each CorDapp includes the following components: