index.html 491 B

123456789101112131415161718
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Snark mixer test</title>
  6. </head>
  7. <body>
  8. <p>
  9. Open dev console!<br>
  10. Make sure your Metamask is unlocked and connected to Kovan (or other network you've deployed your contract to)<br>
  11. <a href="#" onclick="deposit()">Deposit</a>
  12. <a href="#" onclick="withdraw()">Withdraw</a>
  13. <a href="#" onclick="withdrawViaRelayer()">withdrawViaRelayer</a>
  14. </p>
  15. <script src="index.js"></script>
  16. </body>
  17. </html>