Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 360 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 360 Bytes

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.