ZcashClient.sync()

Currently synchronous, but that's fine for a demo.
This commit is contained in:
Jack Grigg
2019-06-12 01:01:48 +01:00
parent c9ad643653
commit b4252fa9d3
6 changed files with 182 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
<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>
<p id="zcash-client-sync-status">Syncing...</p>
</div>
<script src="./bootstrap.js"></script>
</body>