Piratewallet Lightclient Library and CLI interface (with modifications to support Qortal cross-chain trades)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
708 B

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Zcash Demo Wallet</title>
</head>
<body>
<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>
<script src="./bootstrap.js"></script>
</body>
</html>