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.
Install the following items:
libindy
-- Install a stable version. Follow the instructions on the indy-sdk Github Project Page.
See npm package page to find the latest release.
Add verity-sdk to npm project:
npm i verity-sdk
API Documentation:
NodeJs
-- Follow the instructions on the NodeJs website.
Install dependencies:
npm install