elraphty / LightningGraph

A simple Lightning network graph project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightning Graph

A Typescript Lightning Network project that display Lightning nodes connection graph

Perequisites

  • Have Lightning Polar installed
  • Bitcoin and Lghtning knowledge

How To Run

Run Server

  • Create a .env file touch .env
  • Copy the details from .env.sample into your newly .env file and update with your own details
npm run server

Run Client

First, run the development server:

yarn install

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

A simple Lightning network graph project


Languages

Language:TypeScript 93.5%Language:CSS 6.2%Language:JavaScript 0.4%