Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 774 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 774 Bytes

lnurl-commando

An lnurl server that fetches invoices over the lightning network via lnsocket1 and commando2

Usage

usage: lnurl-commando --nodeid <nodeid>
                      --host <commando-host>
                      --rune <rune>
                      --callback <lnurl-callback>
                      --description <invoice-description>
                      --longDescription <invoice-long-description>
                      --thumbnail <png|jpg path>
                      --identifier <email, vecndor, etc>

Make sure that the rune is restricted to the invoice method:

$ lightning-cli commando-rune restrictions=method=invoice

Footnotes

  1. https://github.com/jb55/lnsocket

  2. https://github.com/lightningd/plugins/tree/master/commando