All Projects → janoside → lightning-rpc-explorer

janoside / lightning-rpc-explorer

Licence: MIT License
Simple, self-hosted lightning network explorer.

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to lightning-rpc-explorer

Lnd Grpc Client
A python grpc client/async client for LND ⚡⚡⚡
Stars: ✭ 26 (-42.22%)
Mutual labels:  rpc, lightning-network
Netflix Clone
Netflix like full-stack application with SPA client and backend implemented in service oriented architecture
Stars: ✭ 156 (+246.67%)
Mutual labels:  expressjs, rpc
Food-Ordering-Application
No description or website provided.
Stars: ✭ 20 (-55.56%)
Mutual labels:  expressjs, bootstrap4
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (-62.22%)
Mutual labels:  expressjs, bootstrap4
mean-stack
MEAN stack Mongoose, Express, Angular6, Node
Stars: ✭ 22 (-51.11%)
Mutual labels:  expressjs, bootstrap4
gatsby-reactstrap
Adding Bootstrap 4 to an Gatsby React App and serve generated the static site with Express.js
Stars: ✭ 25 (-44.44%)
Mutual labels:  expressjs, bootstrap4
tutorial-crud-mean
Repositório responsável pelo tutorial realizado no canal do youtube
Stars: ✭ 41 (-8.89%)
Mutual labels:  expressjs
Study-Room
Connect and study together with friends over text and voice channels, over a click of a button. Web application for chat and audio streaming.
Stars: ✭ 21 (-53.33%)
Mutual labels:  expressjs
express-mvc
A light-weight mvc pattern for express framework with minimum dependencies
Stars: ✭ 23 (-48.89%)
Mutual labels:  expressjs
MERN Stack Project Ecommerce Hayroo
E-commerce Website | Reactjs | Nodejs | Mongodb | Expressjs | JWT | Tailwind Css
Stars: ✭ 255 (+466.67%)
Mutual labels:  expressjs
python-teos
The Eye of Satoshi - Lightning Watchtower
Stars: ✭ 87 (+93.33%)
Mutual labels:  lightning-network
eGyan
eGyan is a web application built with Node.js (Express) and Hasura (https://hasura.io/) Platform. It is a simple and effective eLearning app for everyone.
Stars: ✭ 36 (-20%)
Mutual labels:  expressjs
react-redux-blog
A MERN Stack CRUD Web Application
Stars: ✭ 36 (-20%)
Mutual labels:  expressjs
course
gary60405.github.io/course/
Stars: ✭ 17 (-62.22%)
Mutual labels:  bootstrap4
cloudflare-worker-rest-api
A cloudflare worker module which helps building REST Api quickly and easily, similar to express framework.
Stars: ✭ 31 (-31.11%)
Mutual labels:  expressjs
generator-espress
an opinionated yeoman generator that scaffolds a mvc express webapp completely in es6
Stars: ✭ 20 (-55.56%)
Mutual labels:  expressjs
bootstrap-4-react
Bootstrap 4 React components
Stars: ✭ 19 (-57.78%)
Mutual labels:  bootstrap4
dummy-products-api
An api to fetch dummy e-commerce product 👕 👗 👖 👚 JSON data with placeholder images.
Stars: ✭ 102 (+126.67%)
Mutual labels:  expressjs
spid-express
Express middleware implementing SPID & Entra con CIE (Carta d'Identità Elettronica)
Stars: ✭ 27 (-40%)
Mutual labels:  expressjs
express-mysql-rest
Building the simple api with sequelize, mysql and express js. this repository contains the code about how to use sequelize with mysql at express js. for example i have provide the crud operation to this repository. You can also testing the api with chai and mocha with chai-http by this repository
Stars: ✭ 25 (-44.44%)
Mutual labels:  expressjs

Lightning RPC Explorer

Simple, database-free Lightning network explorer, via gRPC. Built with Node.js, express, bootstrap-v4.

This tool is intended to be a simple, self-hosted explorer for the Lightning network, driven by RPC calls to your own lightning node.

A live demo of the tool is available at https://lightning.chaintools.io

Features

  • Network summary
  • Browse nodes and channels, sorted by last update or capacity
  • View node and channel details
  • Search by node or channel

Getting started

Prerequisites

  1. Install and run a full, archiving node - instructions. Ensure that your node has full transaction indexing enabled (txindex=1) and the RPC server enabled (server=1).
  2. Synchronize your node with the Bitcoin network.
  3. Install LND

Instructions

  1. Clone this repo
  2. npm install
  3. npm run build
  4. Optional: Create file app/credentials.js with values to overwrite those in app/defaultCredentials.js.
  5. npm start
  6. Open http://127.0.0.1:3004/

Donate

To support continued development of this tool and/or to support the hosting of the live demo site:

  • Bitcoin: 3NPGpNyLLmVKCEcuipBs7G4KpQJoJXjDGe
  • Litecoin: ME4pXiXuWfEi1ANBDo9irUJVcZBhsTx14i
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].