Original author of this dasbhoard is Siroos Ghanavati.
This is a dashboard for interacting with and inspecting your lnd
node.
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! ⚡
$ yarn dev
This turns on auto reload every time you make a change in a file.
Pull requests are welcome!