Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 971 Bytes

File metadata and controls

23 lines (12 loc) · 971 Bytes

samples-java/basic-cordapps

This folder features basic sample projects, each of them demonstrates low level cordapp functionalities, such rpc connection, messing, and etc.

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

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