2019-07-15 12:16:29 -04:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Snark mixer test</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<p>
|
|
|
|
Open dev console!<br>
|
2019-07-17 07:12:57 -04:00
|
|
|
Make sure your Metamask is unlocked and connected to Kovan (or other network you've deployed your contract to)<br>
|
2019-07-15 12:16:29 -04:00
|
|
|
<a href="#" onclick="deposit()">Deposit</a>
|
|
|
|
<a href="#" onclick="withdraw()">Withdraw</a>
|
2019-10-25 12:15:54 -04:00
|
|
|
<a href="#" onclick="withdrawViaRelayer()">withdrawViaRelayer</a>
|
2019-07-15 12:16:29 -04:00
|
|
|
</p>
|
|
|
|
<script src="index.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|