Query the network graph for nodes based on proximity
Prerequisites
Then, clone this repository and execute these commands
mix deps.get
mix escript.buildmkdir -s ~/neo4j/data
mkdir -s ~/neo4j/import
docker-compose up -dOn a Lightning Node running LND, execute
lncli describegraph > lightning-graph.jsonGet the lightning-graph.json file on the computer running LNQ, and then run these commands in that same exact sequence
lnq convert lightning-graph.json
lnq import
lnq analyzeGet a help screen listing possible queries by running
./lnq