verity-sdk

The official Node.js SDK for Evernym's Verity

Usage no npm install needed!

<script type="module">
  import veritySdk from 'https://cdn.skypack.dev/verity-sdk';
</script>

README

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