Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hugomd/lnd-invoice

Generates a ⚡ payment invoice with a QR code
https://github.com/hugomd/lnd-invoice

bitcoin lightning

Last synced: about 2 months ago
JSON representation

Generates a ⚡ payment invoice with a QR code

Awesome Lists containing this project

README

        

# lnd-invoice

Hosts a tiny API that generates a QR code for a Bitcoin Lightning invoice.

## Demo
You can try it out here: https://lightning.hugo.md/

![Screenshot](./screenshot.png)

## Usage
```
docker run \
-p 8080:8080 \
-e LND_IP="10.0.0.1" \
-e LND_PORT="8080" \
-e MACAROON_BASE64="YOUR_MACAROON" \
ghcr.io/hugomd/lnd-invoice:889b897
```

However GitHub Packages doesn't allow non-auth'd pulling, so I'll be pushing this to Docker Hub shortly for public usage.