|
1 | | -#CorDapps Samples |
| 1 | + |
| 2 | +##This repository has been deprecated. Please use[samples-java](https://github.com/corda/samples-java) and[samples-kotlin](https://github.com/corda/samples-kotlin). |
| 3 | + |
2 | 4 | <palign="center"> |
3 | 5 | <imgsrc="https://www.corda.net/wp-content/uploads/2016/11/fg005_corda_b.png"alt="Corda"width="500"> |
4 | 6 | </p> |
5 | 7 |
|
6 | | -##Introduction |
7 | | -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: |
| 8 | + |
| 9 | + |
| 10 | +##CorDapps Samples |
| 11 | +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: |
8 | 12 |
|
9 | 13 | * 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)) |
10 | 14 |
|
|