Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 376 Bytes

ILP Monitor

To use:

git clone https://github.com/nik-suri/ilp-monitor.git
cd frontend
npm install
npm run build
cd ../backend
npm install
npm start

ILP Monitor requires a live connector from which to acquire routing data. This connector can either be local to the koa web server or have its Admin APIs port forwarded to the machine local to the running server.