Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 414 Bytes

File metadata and controls

27 lines (17 loc) · 414 Bytes

TangleID Experimental API

Prerequisites

  • node.js >= 10

Install the dependencies

$ yarn

Environment Setup

Set up environment variables by copying the variables from .env-template to the file .env. Fill in the values according to the local environment.

For example:

TANGLEID_IRI=http://node10.puyuma.org:14265

Start development API server

$ yarn start