Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.12 KB

Java Verity SDK

This is the Java SDK for Evernym's Verity application.

Instructions for setting up your Java development environment to use the Verity SDK.

Prerequisites

Install the following items:

NOTE: Verify that you have read access to the Public Sovrin Maven repo.

Get Latest Java Verity SDK

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>

Documentation

API Documentation (JavaDoc):

Develop the Java Verity SDK

Development Prerequisites

Build

mvn install

Hack away