You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
##Introduction
11
11
The samples repository has now evolved into[samples-java](https://github.com/corda/samples-java) and[samples-kotlin](https://github.com/corda/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:
12
12
13
+
* Accounts: These samples showcases how to utilize Corda Accounts Libray to build CorDapps which aim to have massive user volume. ([Java Version](https://github.com/corda/samples-java/tree/master/Accounts),[Kotlin Version](https://github.com/corda/samples-kotlin/tree/master/Accounts))
13
14
* Advanced: In these samples, we demonstrate more complex and sophisticated features of Corda. ([Java Version](https://github.com/corda/samples-java/tree/master/Advanced),[Kotlin Version](https://github.com/corda/samples-kotlin/tree/master/Advanced))
14
15
15
16
* Basic: They demonstrate fundamental and useful techniques for CorDapp development. ([Java Version](https://github.com/corda/samples-java/tree/master/Basic),[Kotlin Version](https://github.com/corda/samples-kotlin/tree/master/Basic))
@@ -18,30 +19,38 @@ The samples repository has now evolved into [samples-java](https://github.com/co
18
19
19
20
* Tokens: These include TokenSDK related samples. Learn more at[TokenSDK](https://github.com/corda/token-sdk). ([Java Version](https://github.com/corda/samples-java/tree/master/Tokens),[Kotlin Version](https://github.com/corda/samples-kotlin/tree/master/Tokens))