Skip to content

LNBits Extension - Decode Lightning Network BOLT11, LNURL, and Lightning Address

License

Notifications You must be signed in to change notification settings

bitkarrot/decoder

Repository files navigation

Decoder extension

This is an extension to help decode invoices, lnurls and lightning addresses in LNBits.

Demo (Video)

LNBits.Decoder.Video.mp4

Installation

Install this extension using the manifest from this repository:

https://raw.githubusercontent.com/bitkarrot/decoder/main/manifest.json

Add the above link to LNBits on the Admin Panel by Visiting: Manage Server -> Server -> Extension Sources

Screenshot 2024-01-08 at 3 37 25 PM

Example Usage

Decode a BOLT11 invoice

Screenshot 2024-01-08 at 3 31 09 PM

Decode a LNURL

Screenshot 2024-01-08 at 3 30 53 PM

Decode a Lightning Address

Screenshot 2024-01-08 at 3 30 23 PM

Get Started

Mininum poetry version has is ^1.2, but it is recommended to use latest poetry. (including OSX)

poetry env use python3.9
poetry install --only main