A dockerized R
Shiny application to interact with Lightning Network graph data.
- Install
git
- Install docker and docker-compose
- Clone repo, run the local shiny server:
git clone https://github.com/smallworlnd/LNnodeInsight
cd LNnodeInsight
docker-compose up --build
- If you don't have a BTCPayServer setup, you can optionally use a graph file generated from your
lnd
instance usinglncli describegraph > ln-graph.json
. Load that file into your DB (assuming it's running according todocker-compose.yml
):
# under the LNnodeInsight directory
docker build -t data-processing -f app/inst/data-processing/Dockerfile app/inst/data-processing