Skip to content

Commit 98c1a86

Browse files
author
Weiwu Zhang
committed
adding guide view for developers to test against
1 parent 92711c6 commit 98c1a86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/erc20/DAI/DAI.xml

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2222
<ts:ethereum contract="DAI"/>
2323
</ts:origins>
2424
<ts:cards>
25+
<ts:card type="token" name="main">
26+
<ts:guide-view xmlns="http://www.w3.org/1999/xhtml" >
27+
<body>
28+
<h1>What is DAI?</h1>
29+
<p>DAI is an ERC20 token on the Ethereum blockchain that has a steady value of one US dollar. It is also the key to the MakerDAO lending system. When a loan is taken out on MakerDAO, DAI is created. It's the currency users borrow and pay-back. Once DAI is created, it functions simply as a stable Ethereum token.</p>
30+
</body>
31+
</ts:guide-view>
32+
</ts:card>
2533
<ts:card type="action" name="convert-to-xdAI">
2634
<ts:label>
2735
<ts:string xml:lang="en">Convert to xDAI</ts:string>

0 commit comments

Comments
 (0)