Skip to content

Commit bc9010e

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

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

examples/erc20/DAI/DAI.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ 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" xml:lang="en">
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:guide-view xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
33+
<body>
34+
<h1>Que es DAI?</h1>
35+
<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>
36+
</body>
37+
</ts:guide-view>
38+
</ts:card>
2539
<ts:card type="action" name="convert-to-xdAI">
2640
<ts:label>
2741
<ts:string xml:lang="en">Convert to xDAI</ts:string>
@@ -47,6 +61,18 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4761
</ts:data>
4862
</ethereum:transaction>
4963
</ts:transaction>
64+
<ts:guide-view xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
65+
<body>
66+
<h1>Convert xDAI</h1>
67+
<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>
68+
</body>
69+
</ts:guide-view>
70+
<ts:guide-view xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
71+
<body>
72+
<h1>Convertir xDAI</h1>
73+
<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>
74+
</body>
75+
</ts:guide-view>
5076
<ts:view xml:lang="en">
5177
<xhtml:style type="text/css">&style;</xhtml:style>
5278
<xhtml:script type="text/javascript">&DAI-bridge.en;</xhtml:script>

0 commit comments

Comments
 (0)