All Projects → smallworlnd → LNnodeInsight

smallworlnd / LNnodeInsight

Licence: GPL-3.0 license
A DYOR engine for the Bitcoin Lightning Network

Programming Languages

r
7636 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to LNnodeInsight

neuroexpresso
📊 Gene expression in neuroexpresso database
Stars: ✭ 15 (-6.25%)
Mutual labels:  shiny
shinyCircos
an R/shiny application for creation of Circos plot interactively
Stars: ✭ 127 (+693.75%)
Mutual labels:  shiny
shinyFilters
Cascading filter modules for Shiny
Stars: ✭ 13 (-18.75%)
Mutual labels:  shiny
shinyURL
🔗 Save and restore the state of Shiny app's widgets by encoding them in an URL query string
Stars: ✭ 82 (+412.5%)
Mutual labels:  shiny
shiny-dailyRe
R app for daily Covid-19 Re estimates
Stars: ✭ 18 (+12.5%)
Mutual labels:  shiny
shinyTime
A timeInput widget for Shiny
Stars: ✭ 23 (+43.75%)
Mutual labels:  shiny
LIRBase
A comprehensive collection of long inverted repeats in 424 eukaryotic genomes
Stars: ✭ 15 (-6.25%)
Mutual labels:  shiny
Bitcoin-dashboard
A Shiny/R project able to visualize charts about Bitcoin price and performances.
Stars: ✭ 49 (+206.25%)
Mutual labels:  shiny
tidymodules
An Object-Oriented approach to Shiny modules
Stars: ✭ 110 (+587.5%)
Mutual labels:  shiny
bitcoin-on-twitch
Bitcoin on Twitch: Accept Bitcoin donations on Twitch, and integrate them into your alerts!
Stars: ✭ 25 (+56.25%)
Mutual labels:  lightning-network
bitcoin-stack
Docker setup for Bitcoin, Elements/Liquid, LND, C-Lightning, Eclair, & Electrs in regtest mode
Stars: ✭ 66 (+312.5%)
Mutual labels:  lightning-network
shinyEvents
Use shiny with event handlers instead of reactivity
Stars: ✭ 36 (+125%)
Mutual labels:  shiny
storm-spec
Specification for Storm: L2/L3 distributed storage and messaging with economic incentivisation leveraging LNP/BP ecosystem
Stars: ✭ 62 (+287.5%)
Mutual labels:  lightning-network
GeneTonic
Enjoy your transcriptomic data and analysis responsibly - like sipping a cocktail
Stars: ✭ 66 (+312.5%)
Mutual labels:  shiny
trackeRapp
An interactive web application for the analysis of sports data from GPS-enabled tracking devices
Stars: ✭ 27 (+68.75%)
Mutual labels:  shiny
ShinyItemAnalysis
Test and Item Analysis via Shiny
Stars: ✭ 30 (+87.5%)
Mutual labels:  shiny
shiny-scrollytell
📜 Scrollytelling in R, because its easier than D3™
Stars: ✭ 41 (+156.25%)
Mutual labels:  shiny
MAVIS
MAVIS: Meta Analysis via Shiny
Stars: ✭ 32 (+100%)
Mutual labels:  shiny
PhyloProfile
A phylogenetic profile analysis tool
Stars: ✭ 24 (+50%)
Mutual labels:  shiny
teach-shiny
Materials for the Shiny Train the Trainer workshop
Stars: ✭ 38 (+137.5%)
Mutual labels:  shiny

Lightning Network node insight

A dockerized R Shiny application to interact with Lightning Network graph data.

Running locally

  • 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

Load graph data

  • If you don't have a BTCPayServer setup, you can optionally use a graph file generated from your lnd instance using lncli describegraph > ln-graph.json. Load that file into your DB (assuming it's running according to docker-compose.yml):
# under the LNnodeInsight directory
docker build -t data-processing -f app/inst/data-processing/Dockerfile app/inst/data-processing
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].