You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
509 B

  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>blindsig-client-server-example</title>
  5. </head>
  6. <body>
  7. <h3>loop-test browser version</h3>
  8. <p>Open the console to see the logs (you may want to disable the 'Warnings' to avoid flooding the logs with innecessary messages)</p>
  9. <button onClick="start();">start()</button>
  10. <script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
  11. <script src="blindsecp256k1-browser.js"></script>
  12. <script src="loop.js"></script>
  13. </body>
  14. </html>