Skip to content

Files

Basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 14, 2024
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Jul 17, 2023
Nov 28, 2022
Feb 9, 2021
Feb 13, 2023

Basic Cordapp Sample

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.