Skip to content

Commit a7c5021

Browse files
authored
Update README.md
1 parent 8f48fb6 commit a7c5021

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Tokens/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
This folder features [TokenSDK](https://training.corda.net/libraries/tokens-sdk/) sample projects.
44

5-
### [bike market](./bikemarket):
6-
This sample Cordapp demonstrate some simple flows related to the token SDK.
5+
### [fungible house token](./fungiblehousetoken):
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.
77

8-
### [dollar to Token DvP](./dollartohousetoken):
9-
This CorDapp serves as a basic example to create, issue and perform 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) token in Corda utilizing the TokenSDK.
8+
### [bike market](./bikemarket):
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.
1010

11-
### [fungible house token](./fungiblehousetoken):
12-
This Cordapp serves as a basic example to create, issue, move [Fungible](https://training.corda.net/libraries/tokens-sdk/#fungibletoken) tokens in Corda utilizing the TokenSDK.
11+
### [dollar to house token](./dollartohousetoken):
12+
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.
1313

1414
### [stock pay dividend](./stockpaydividend):
1515
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.
1616

1717
### [spaceships-javaAPIs](./spaceships-javaAPIs):
18-
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.
18+
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.

0 commit comments

Comments
 (0)