Skip to content

small webservice that shows the lnd forwarding history as a sankey diagram

License

Notifications You must be signed in to change notification settings

davidknezic/lndFwdingDiagram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LND forwarding history diagram

This little webservice visualizes LNDs forwarding history as sankey diagram. It show the incoming channels on the left side, the outgoing channels on the right side. The thickness is proportional to the forwarded amount of Satoshis.

forwarding history example diagram

Run it locally

You need this software:

  • nodejs (tested with v10.14.2)
  • yarn (tested with 1.12.3)
yarn # install dependencies

# run it
yarn start \
  --lnd.macaroon readonly.macaroon \
  --lnd.rpccert lnd_rpc.crt \
  --lnd.rpcserver localhost:10009 \
  --port 4201

# use it
open http:https://localhost:4201

I appreciate tipps to 3EBGGBgkUyY29LoBgL7TtL7rGvv81HQp4h or via lightning to tippin.me/@hpbock_tweet.

About

small webservice that shows the lnd forwarding history as a sankey diagram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 65.6%
  • HTML 34.4%