|
2 | 2 |
|
3 | 3 | This folder features [TokenSDK](https://training.corda.net/libraries/tokens-sdk/) sample projects. |
4 | 4 |
|
5 | | -### [fungible house token](./fungiblehousetoken): |
| 5 | +### [Fungible House Token](./fungiblehousetoken): |
6 | 6 | This Cordapp serves as a basic example to demostrate how to tokenize an asset into [Fungible](https://training.corda.net/libraries/tokens-sdk/#fungibletoken) tokens in Corda utilizing the TokenSDK. |
7 | 7 |
|
8 | | -### [bike market](./bikemarket): |
| 8 | +### [Bike Market](./bikemarket): |
9 | 9 | This sample Cordapp demonstrate all four out-of-box TokenSDK flows (Create, Issue, Move, and Redeem flows). The cordapp demonstrate how to tokenize an asset as non-fungible tokens and excute a few transacting procedures. |
10 | 10 | <p align="center"> |
11 | 11 | <img src="./bikemarket/diagram/pic1.png" alt="Corda" width="500"> |
12 | 12 | </p> |
13 | 13 |
|
14 | | -### [dollar to house token](./dollartohousetoken): |
| 14 | +### [Dollar To House Token](./dollartohousetoken): |
15 | 15 | This CorDapp demonstrate a DvP (Delivery vs Payment) of an [Evolvable](https://training.corda.net/libraries/tokens-sdk/#evolvabletokentype), [NonFungible](https://training.corda.net/libraries/tokens-sdk/#nonfungibletoken) house token in Corda utilizing the TokenSDK. |
16 | 16 |
|
17 | | -### [stock pay dividend](./stockpaydividend): |
| 17 | +### [Stock Pay Dividend](./stockpaydividend): |
18 | 18 | This CorDapp aims to demonstrate the usage of TokenSDK, especially the concept of [EvolvableToken](https://training.corda.net/libraries/tokens-sdk/#evolvabletokentype) which represents stock. You will find the StockState extends from EvolvableToken which allows the stock details(eg. announcing dividends) to be updated without affecting the parties who own the stock. |
19 | 19 |
|
20 | | -### [spaceships-javaAPIs](./spaceships-javaAPIs): |
| 20 | +### [Spaceships-javaAPIs](./spaceships-javaAPIs): |
21 | 21 | This CorDapp contains examples using new [Java APIs](https://medium.com/corda/corda-tokens-made-easy-with-new-java-apis-83095693d72) introduced in Token SDK 1.2 - It makes of use of utility functions and the new Java Token Builders. The lastes Java APIs were indeed later implmented for all of the samples above as well. |
22 | 22 |
|
23 | | -### [token to friend](./tokentofriend): |
| 23 | +### [Token To Friend](./tokentofriend): |
24 | 24 | This CorDapp showcase a simple token issuance use case. You can attach a secret message with the token and your friend can retrive it with the credential that you inputed when creating the token. This cordapp come with a nice looking front end using Reactjs. Feel free to give a try on the app! |
25 | 25 | <p align="center"> |
26 | 26 | <img src="./tokentofriend/diagram.png" alt="Corda" width="600"> |
|
0 commit comments