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