Add loop browser client test

This commit is contained in:
arnaucube
2021-02-10 22:24:29 +01:00
parent add7192474
commit 4a63330a15
3 changed files with 105 additions and 1 deletions

17
client/loop.html Normal file
View File

@@ -0,0 +1,17 @@
<html>
<head>
<meta charset="utf-8">
<title>blindsig-client-server-example</title>
</head>
<body>
<h3>loop-test browser version</h3>
<p>Open the console to see the logs (you may want to disable the 'Warnings' to avoid flooding the logs with innecessary messages)</p>
<button onClick="start();">start()</button>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<script src="blindsecp256k1-browser.js"></script>
<script src="loop.js"></script>
</body>
</html>