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
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ This repository contains multiple sample apps, from CorDapps that help you get s
9
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
10
[Corda Training Site](https://training.corda.net)
11
11
12
-
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).
12
+
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
13
14
14
## Directories
15
15
The samples are divided into 5 sections with the following desciption:
16
16
17
-
*[Accounts](https://training.corda.net/libraries/accounts-lib/): These samples showcases how to utilize Corda Accounts Libray to build CorDapps which aim to have massive user volume
18
-
*[Advanced](https://training.corda.net/corda-details/introduction/): In these samples, we demonstrate more complex and sophisticated features of Corda.
19
-
*[Basic](https://training.corda.net/key-concepts/concepts/): They demonstrate fundamental and useful techniques for CorDapp development.
20
-
*[Feature](https://training.corda.net/corda-details/introduction/): These samples demonstrate specific Corda functionalities.
21
-
*[Tokens](https://training.corda.net/libraries/tokens-sdk/): These include TokenSDK related samples. Learn more at TokenSDK.
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.
20
+
*[Features](./Features): These samples demonstrate specific Corda [functionalities](https://training.corda.net/corda-details/introduction/).
21
+
*[Tokens](./Tokens): These include TokenSDK related samples. Learn more at [TokenSDK](https://training.corda.net/libraries/tokens-sdk/).
0 commit comments