|
6 | 6 | ## Introduction
|
7 | 7 | This repository contains multiple sample apps, from CorDapps that help you get started, all the way to demonstrating specific features and advanced usage.
|
8 | 8 |
|
9 |
| -If you are new to Corda and/or would like to learn all of the fundamentals in a guided and incremental manner please visit the new |
10 |
| -[Corda Training Site](https://training.corda.net) |
| 9 | +If you are new to Corda and/or would like to learn all of the fundamentals in a guided and incremental manner please visit the Corda [documentation](https://docs.r3.com/) site. |
11 | 10 |
|
12 | 11 | To get started explore the [Basic](./Basic) folder, or navigate to the [Advanced](./Advanced) and [Features](./Features) folders to see a description of whats available. You can find the exact same set of CorDapp demonstration in Kotlin language at [link](https://github.com/corda/samples-kotlin).
|
13 | 12 |
|
14 | 13 | ## Directories
|
15 | 14 | The samples are divided into 5 sections with the following desciption:
|
16 | 15 |
|
17 |
| -* [Accounts](./Accounts): These samples showcases how to utilize [Corda Accounts Libray](https://training.corda.net/libraries/accounts-lib/) to build CorDapps which aim to have massive user volume |
18 |
| -* [Advanced](./Advanced): In these samples, we demonstrate more complex and sophisticated [features](https://training.corda.net/corda-details/introduction/) of Corda. |
19 |
| -* [Basic](./Basic): They demonstrate [fundamental](https://training.corda.net/key-concepts/concepts/) and useful techniques for CorDapp development. |
| 16 | +* [Accounts](./Accounts): These samples showcases how to utilize Corda Accounts Libray to build CorDapps which aim to have massive user volume |
| 17 | +* [Advanced](./Advanced): In these samples, we demonstrate more complex and sophisticated features of Corda. |
| 18 | +* [Basic](./Basic): They demonstrate fundamental and useful techniques for CorDapp development. |
20 | 19 | * [BusinessNetworks](./BusinessNetworks): These include Business Network Extension related samples. Learn more at [bn-extension](https://github.com/corda/bn-extension).
|
21 |
| -* [Features](./Features): These samples demonstrate specific Corda [functionalities](https://training.corda.net/corda-details/introduction/). |
22 |
| -* [Tokens](./Tokens): These include TokenSDK related samples. Learn more at [TokenSDK](https://training.corda.net/libraries/tokens-sdk/). |
| 20 | +* [Features](./Features): These samples demonstrate specific Corda functionalities. |
| 21 | +* [Tokens](./Tokens): These include TokenSDK related samples. Learn more at TokenSDK. |
0 commit comments