Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 879 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 879 Bytes

NodeJs Verity SDK

This is the official NodeJs SDK for Evernym's Verity application.

This procedure shows you how to set up your NodeJs development environment to use the Verity SDK.

Prerequisites

Install the following items:

  • libvdrtools -- Installation instructions can be found here.

Get Latest NodeJs Verity SDK

See npm package page to find the latest release.

Add verity-sdk to npm project:

npm i verity-sdk

Documentation

API Documentation:

Develop the NodeJs Verity SDK

Development Prerequisites

Npm Install

Install dependencies:

npm install

Hack away