Skip to content

Latest commit

 

History

History

Basic

samples-java/basic-cordapps

This folder features basic sample projects, each of them demonstrates low level cordapp functionalities, such 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 that also has this CorDapp installed.

Allows one to get some rudimentary information about a running Corda node via RPC

This project defines a simple Spring webserver that connects to a Corda node via RPC.

Send Yo's! to all your friends running Corda nodes!