MCPcopy Index your code
hub / github.com/andrerfneves/lightning-decoder

github.com/andrerfneves/lightning-decoder @v0.6.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.6.0 ↗ · + Follow
37 symbols 93 edges 8 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Lightning Decoder

https://lightningdecoder.com

Image of Lightning Decoder

Lightning Decoder is a utility app that helps with understanding the individual parts of a Lightning Network Invoice/Payment Request (BOLT11s) and any LNURL request codes. It aims to be a tool for developers building applications on top of the LN network.

Installing & Developing

To run this application locally, simply clone the repo and run yarn or npm install to install all dependencies. You should then be able to run yarn start or npm start to spin up a local development server.

Building for Production

To build the assets for production, use script yarn build or npm run build. A /build top-level folder will be created, hosting all of the necessary files and assets bundled for serving in production.

Contributions

I'm always aiming to introduce new features and improvements to the application. If you see a need and would like to contribute, please send a PR with detailed descriptions and I'll evaluate as early as I can.

MIT Licensed 2018

Core symbols most depended-on inside this repo

Shape

Function 36
Class 1

Languages

TypeScript100%

Modules by API surface

src/lib/bolt11.js26 symbols
src/app.js6 symbols
src/utils/invoices.js3 symbols
src/utils/timestamp.js1 symbols
src/utils/keys.js1 symbols

For agents

$ claude mcp add lightning-decoder \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page