A Typescript Lightning Network project that display Lightning nodes connection graph
- Have Lightning Polar installed
- Bitcoin and Lghtning knowledge
- 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
First, run the development server:
yarn install
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.