Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 922 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 922 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:

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