-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c667b02
commit 5d0e4f2
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# LNP/BP Invoice Library | ||
|
||
Library providing functionality for doing universal invoices covering Bitcoin, | ||
Lightning Network and RGB (on-chain and LN) according to LNPBP-38 standard. | ||
Supports address-, UTXO-, channel-, miniscript-descriptor- and PSBT-based | ||
invoices with such features as: | ||
- Paying arbitrary amounts (donations etc) | ||
- Recurrent payments | ||
- Per-item prices with multiple item orders | ||
- Expiration dates | ||
- Currency exchange rate requirements | ||
- Extended information about merchants, invoice details etc | ||
- Optional merchant signatures | ||
|
||
Read more on this invoices in | ||
[slides](https://github.com/LNP-BP/FAQ/blob/master/Presentation%20slides/Universal%20LNP-BP%20invoices.pdf) | ||
or watch [YouTube recording](https://www.youtube.com/watch?v=R1QudCywRGk) of one | ||
of LNP/BP Association development calls discussing universal invoices. |