feat: add bolt11 library for Lightning Network invoice handling
- Included the bolt11 library in the server package to facilitate the creation and parsing of Lightning Network invoices.
This commit is contained in:
parent
ee625a91e9
commit
31f1208046
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@
|
||||||
"bchaddrjs": "^0.3.0",
|
"bchaddrjs": "^0.3.0",
|
||||||
"bignumber.js": "9.0.1",
|
"bignumber.js": "9.0.1",
|
||||||
"bip39": "^2.3.1",
|
"bip39": "^2.3.1",
|
||||||
|
"bolt11": "^1.4.1",
|
||||||
"ccxt": "2.9.16",
|
"ccxt": "2.9.16",
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
"connect-pg-simple": "^6.2.1",
|
"connect-pg-simple": "^6.2.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue