Skip to content

Commit 4a6314f

Browse files
authored
Merge pull request corda#3 from corda/training_material_readme
README for training samples inserts
2 parents a61e2cc + cf21fb3 commit 4a6314f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Basic/cordapp-example/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
# Example CorDapp
66

7-
Welcome to the example CorDapp. This CorDapp is documented [here](http://docs.corda.net/tutorial-cordapp.html).
7+
Welcome to the example CorDapp. This CorDapp is fully documented [here](http://docs.corda.net/tutorial-cordapp.html).
8+
9+
This example application has modules for both Java and Kotlin and is an exploratory sample for the official Corda online training. It demonstrates the basic components present in a CorDapp and how they work together using a simple IOU example.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ The samples are divided into 4 sections with the following desciption:
2525
│   ├── negotiation-cordapp
2626
│   └── obligation-cordapp
2727
├── Basic
28+
│   ├── cordapp-example
2829
│   ├── flow-database-access
2930
│   ├── flow-http-access
3031
│   ├── flow-send-msg
32+
│   ├── ping-pong
3133
│   ├── rpc-nodeinfo
34+
│   ├── spring-webserver
3235
│   └── yo-cordapp
3336
├── Features
3437
│   ├── Attachment-blacklist

0 commit comments

Comments
 (0)