Skip to content

Latest commit

 

History

History

api

Tangle Explorer API

This package facilitates all the services required by the client web UIs.

It is a set of services running on NodeJS.

Pre-requisites

npm install

Development

This will run the api at http://localhost:4000

npm run start-dev

Deployment

See ./DEPLOYMENT.md for more details.