An open API service indexing awesome lists of open source software.

https://github.com/bitkarrot/decoder

LNBits Extension - Decode Lightning Network BOLT11, LNURL, and Lightning Address
https://github.com/bitkarrot/decoder

bitcoin bolt11 extension hacktoberfest lightning lightning-address lightning-network lnbits lnurl python

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Decoder extension

This is an extension to help decode invoices, lnurls and lightning addresses in [LNBits](https://lnbits.com).

## Demo (Video)

https://github.com/bitkarrot/decoder/assets/73979971/9621f31f-052b-46e4-a294-8cd5a17c8d30

## Installation

Install this extension using the manifest from this repository:

[https://raw.githubusercontent.com/bitkarrot/decoder/main/manifest.json](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)

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