This repository has been deprecated. Please use samples-java and samples-kotlin.
The samples repository has now evolved into samples-java and samples-kotlin. Each repository consists of a copy of the existing CorDapp samples in the respective programming language. We have also reorganized our samples into different categories:
-
Accounts: These samples showcases how to utilize Corda Accounts Libray to build CorDapps which aim to have massive user volume. (Java Version, Kotlin Version)
-
Advanced: In these samples, we demonstrate more complex and sophisticated features of Corda. (Java Version, Kotlin Version)
-
Basic: They demonstrate fundamental and useful techniques for CorDapp development. (Java Version, Kotlin Version)
-
Feature: These samples demonstrate specific Corda functionalities. (Java Version, Kotlin Version)
-
Tokens: These include TokenSDK related samples. Learn more at TokenSDK. (Java Version, Kotlin Version)
Accounts
├── supplychain
├── tictacthor
└── worldcupticketbooking
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
We look forward to continue providing useful Cordapps samples to the community!