Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Java Example Application

An example application that demonstrate simple SSI use-cases using the Java Verity SDK.

See Getting Started guide for a guided tutorial that makes use of this example application.

Prerequisites

Install the following items:

  • libvdrtools -- Installation instructions can be found here.
  • Ngrok -- This is a temporary installation to facilitate early experimentation.
  • Maven -- Follow the instructions on the Maven website

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

Build the example application

mvn compile

Run example application

mvn exec:java

Dealing with NullPointerException

If you run into a NullPointerException while trying to run the sample app, see Dealing with NullPointerException