# 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](https://gitlab.com/evernym/verity/vdr-tools#installing).

## Get Latest NodeJs Verity SDK
See [npm package](https://www.npmjs.com/package/verity-sdk) page to find the latest release. 

Add verity-sdk to npm project:
```sh
npm i verity-sdk
```

## Documentation
**API Documentation**:
* [0.6.0](https://developer.evernym.com/doc/nodejs/0.6.0/index.html)

## Develop the NodeJs Verity SDK

### Development Prerequisites
* `NodeJs` -- Follow the instructions on the [NodeJs website](https://nodejs.org/en/).

### Npm Install
Install dependencies:
```sh
npm install
```

### Hack away