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
- Host: GitHub
- URL: https://github.com/bitkarrot/decoder
- Owner: bitkarrot
- License: mit
- Created: 2023-04-25T07:26:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T09:28:20.000Z (6 months ago)
- Last Synced: 2024-12-11T10:29:24.575Z (6 months ago)
- Topics: bitcoin, bolt11, extension, hacktoberfest, lightning, lightning-address, lightning-network, lnbits, lnurl, python
- Language: HTML
- Homepage:
- Size: 961 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## Example Usage
### Decode a BOLT11 invoice
### Decode a LNURL
### Decode a Lightning Address
## 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
```