2019-06-11 00:20:53 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2019-06-11 00:39:28 +01:00
|
|
|
<title>Zcash Demo Wallet</title>
|
2019-06-11 00:20:53 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-06-11 00:39:28 +01:00
|
|
|
<h1>Welcome to your demo Zcash wallet!</h1>
|
|
|
|
<p>You can interact with it using a <code>zcashd</code> testnet node.</p>
|
|
|
|
<div id="zcash-client-loading">
|
|
|
|
<h2>Loading...</h2>
|
|
|
|
</div>
|
|
|
|
<div id="zcash-client-content" style="display: none">
|
|
|
|
<h2 id="zcash-client-address"></h2>
|
|
|
|
<p>That's your Zcash address!</p>
|
|
|
|
<h2 id="zcash-client-balance"></h2>
|
|
|
|
<p id="zcash-client-no-balance">You have no TAZ. Go <a href="https://faucet.testnet.z.cash/" target="blank">here</a> to get some!</p>
|
|
|
|
</div>
|
2019-06-11 00:20:53 +01:00
|
|
|
<script src="./bootstrap.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|