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.
|
|
<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>
|