This is the Java SDK for Evernym's Verity application.
Instructions for setting up your Java development environment to use the Verity SDK.
Install the following items:
libindy
-- Install a stable version. Follow the instructions on the indy-sdk Github Project Page.
NOTE: Verify that you have read access to the Public Sovrin Maven repo.
See maven artifact page to find the latest release.
Add verity-sdk as a dependency to your desired build tool.
Example: Maven
<dependency>
<groupId>com.evernym.verity</groupId>
<artifactId>verity-sdk</artifactId>
<version>0.4.0</version>
</dependency>
API Documentation (JavaDoc):
Maven
-- Follow the instructions on the Maven website
mvn install