lnurl-server

Crates.iolnurl-server
lib.rslnurl-server
version0.1.0
sourcesrc
created_at2023-11-02 21:12:05.250203
updated_at2023-11-02 21:12:05.250203
descriptionA simple LNURL server
homepagehttps://github.com/benthecarman/lnurl-server
repositoryhttps://github.com/benthecarman/lnurl-server
max_upload_size
id1023497
size86,697
(benthecarman)

documentation

README

lnurl-server

A simple LNURL pay server. Allows you to have a lightning address for your own node.

Installation

cargo install lnurl-server

Usage

lnurl-server --domain mydomain.com --network bitcoin --data-dir ~/.lnurl-server/ --port 8080 --lnd-host localhost --lnd-port 10009 --macaroon-file ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon --cert-file ~/.lnd/tls.cert
Commit count: 9

cargo fmt