Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 601 Bytes

File metadata and controls

19 lines (12 loc) · 601 Bytes

javascript-client

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!