This is the open-source (Apache 2 License) Javascript client library for the Continusec Verifiable Data Structures API.
To get started, see the docs at:
https://www.continusec.com/documentation/clients
To use, load continusec.js in your HTML:
<script src="continusec.js" type="text/javascript"></script>
<script type="text/javascript">
var client = new ContinusecClient("<account number>", "<api key>");
...
</script>
For any questions / feedback, please open an issue in Github, or send mail to: support@continusec.com.
Pull requests welcome!