Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 577 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 577 Bytes

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.