Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 565 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 565 Bytes

Original author of this dasbhoard is Siroos Ghanavati.

LND Dashboard

This is a dashboard for interacting with and inspecting your lnd node.

Getting started

This assumes you have a running lnd node on the Bitcoin testnet, using macaroon authentication.

$ yarn install
$ yarn start

⚡ Go to localhost:3000, and you're done! ⚡

Running in developer mode

$ yarn dev

This turns on auto reload every time you make a change in a file.

Pull requests are welcome!