Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LNP-BP/invoices
Libraries for universal LNP/BP invoices covering Bitcoin, LN & RGB (LNPBP-38 standard)
https://github.com/LNP-BP/invoices
Last synced: about 1 month ago
JSON representation
Libraries for universal LNP/BP invoices covering Bitcoin, LN & RGB (LNPBP-38 standard)
- Host: GitHub
- URL: https://github.com/LNP-BP/invoices
- Owner: LNP-BP
- License: mit
- Created: 2021-03-19T14:55:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T07:08:46.000Z (over 1 year ago)
- Last Synced: 2024-10-06T05:26:39.808Z (2 months ago)
- Language: Rust
- Size: 81.1 KB
- Stars: 9
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rgb-protocol - Invoices
README
# 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 signaturesRead 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.