mirror of
https://github.com/arnaucube/blindsig-client-server-example.git
synced 2026-02-07 03:06:42 +01:00
Add loop browser client test
This commit is contained in:
17
client/loop.html
Normal file
17
client/loop.html
Normal 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>
|
||||
Reference in New Issue
Block a user