Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 1.97 KB

File metadata and controls

51 lines (44 loc) · 1.97 KB

CorDapp Samples - Java

Corda

Introduction

This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.

To get started explore the Basic folder, or navigate to the Advanced and Features folders to see a description of whats available. You can find the exact same set of CorDapp demonstration in Kotlin language at link.

Directories

The samples are divided into 4 sections with the following desciption:

  • Advanced: In these samples, we demonstrate more complex and sophisticated features of Corda.
  • Basic: They demonstrate fundamental and useful techniques for CorDapp development.
  • Feature: These samples demonstrate specific Corda functionalities.
  • Tokens: These include TokenSDK related samples. Learn more at TokenSDK.
.
├── Advanced
│   ├── auction-cordapp
│   ├── negotiation-cordapp
│   └── obligation-cordapp
├── Basic
│   ├── cordapp-example
│   ├── flow-database-access
│   ├── flow-http-access
│   ├── flow-send-msg
│   ├── ping-pong
│   ├── rpc-nodeinfo
│   ├── spring-webserver
│   └── yo-cordapp
├── Features
│   ├── Attachment-blacklist
│   ├── Attachment-sendfile
│   ├── ConfidentialIdentity-whistleblower
│   ├── CordaService-autopayroll
│   ├── ObservableStates-tradereporting
│   ├── Oracle-primenumber
│   ├── QueryableState-carinsurance
│   ├── ReferenceStates-sanctionsBody
│   └── SchedulableState-heartbeat
└── Tokens
    ├── bikemarket
    ├── dollartohousetoken
    ├── fungiblehousetoken
    └── stockpaydivident