Skip to content

Commit 530740c

Browse files
authored
Update README.md
1 parent b989657 commit 530740c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Tokens/tokentofriend/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
# Token To Friend
2+
In this Cordapp, you will be able to create a token and attached a few message strings. You can later retrieve the token and the strings via query.
3+
4+
## Concept
5+
We have built a front end interface to make the interaction easier. Clone the app and give a try!
16
<p align="center">
2-
<img src="https://www.corda.net/wp-content/uploads/2016/11/fg005_corda_b.png" alt="Corda" width="500">
7+
<img src="./diagram.png" alt="Corda" width="600">
38
</p>
4-
# tokentofriend
59

610
## Running the applications
711
```
@@ -13,7 +17,6 @@
1317
Go to the operator node:
1418
```
1519
flow start CreateMyToken myEmail: [email protected], recipients: [email protected], msg: Corda Number 1!
16-
1720
```
1821
then record the returned uuid
1922
```

0 commit comments

Comments
 (0)