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

Latest commit

 

History

History
21 lines (11 loc) · 689 Bytes

File metadata and controls

21 lines (11 loc) · 689 Bytes

java-client

Open-source (Apache 2 License) Java Client Library for Continusec Verifiable Data Structures API.

To get started, get a copy of this repo:

git clone https://github.com/continusec/java-client

Then use Maven to build:

mvn package

And use the resulting JAR in your project.

See com.continusec.client.ContinusecClient in the Javadoc for how to get started using the library:

https://www.continusec.com/documentation/clients

Pull requests welcome, especially suggestions from experienced Java people on how to best provide this as a package for distribution.

For any questions / feedback, please open an issue in Github, or send mail to: support@continusec.com.