This folder features basic sample projects, each of them demonstrates low level cordapp functionalities, such as RPC connection, messaging, etc.
A simple exploratory sample for the official Corda online training.
This CorDapp provides a simple example of how the node database can be accessed within flows. In this case, the flows maintain a table of cryptocurrency values in the node's database.
This CorDapp provides a simple example of how HTTP requests can be made in flows. In this case, the flow makes an HTTP request to retrieve the original BitCoin readme from GitHub.
This CorDapp allows a node to ping any other node on the network, demonstrating stateless communication between nodes.