Skip to content

Commit 46336fa

Browse files
authored
Update README.md
1 parent 3a07149 commit 46336fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tokens/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,15 @@ This folder features [TokenSDK](https://training.corda.net/libraries/tokens-sdk/
44

55
### [bike market](./bikemarket):
66
This sample Cordapp demonstrate some simple flows related to the token SDK.
7-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Tokens/bikemarket)
87

98
### [dollar to Token DvP](./dollartohousetoken):
109
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.
11-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Tokens/dollartohousetoken)
1210

1311
### [fungible house token](./fungiblehousetoken):
1412
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.
15-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Tokens/fungiblehousetoken)
1613

1714
### [stock pay dividend](./stockpaydividend):
1815
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-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Tokens/stockpaydividend)
2016

2117
### [spaceships-javaAPIs](./spaceships-javaAPIs):
2218
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.
23-
[<img src="../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Tokens/spaceships-javaAPIs)

0 commit comments

Comments
 (0)