ZcashClient.sendToAddress()

This commit is contained in:
Jack Grigg
2019-06-12 23:03:25 +01:00
parent 96e6f1b5fe
commit f9361b27d9
4 changed files with 108 additions and 1 deletions

View File

@@ -14,6 +14,19 @@
<h2 id="zcash-client-address"></h2>
<p>That's your Zcash address!</p>
<h2 id="zcash-client-balance"></h2>
<table id="zcash-client-yes-balance">
<tr>
<td><label for="zcash-client-send-to-address">To:</label></td>
<td><input id="zcash-client-send-to-address" /></td>
</tr>
<tr>
<td><label for="zcash-client-send-value">Amount:</label></td>
<td><input id="zcash-client-send-value" type="number" /></td>
</tr>
<tr>
<td><button id="zcash-client-send-action">Send!</button></td>
</tr>
</div>
<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>
<p id="zcash-client-sync-status">Syncing...</p>
</div>