mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-31 23:35:20 +01:00
17 lines
417 B
HTML
17 lines
417 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Tornado test</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
Open dev console!<br>
|
|
Make sure your Metamask is unlocked and connected to Kovan (or other network you've deployed your contract to)<br>
|
|
<a href="#" onclick="deposit()">Deposit</a>
|
|
<a href="#" onclick="withdraw()">Withdraw</a>
|
|
</p>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|