Skip to content

Commit

Permalink
Update changelog, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Jul 29, 2024
1 parent 0207345 commit c180a86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

* TBD:
* Added Blink backend
* v1.6.5:
* Fix (again) GetAlby backend
* v1.6.4:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The following list includes all the Lightning Network node software and service
* [Lightning Network Daemon (lnd)](https://github.com/LightningNetwork/lnd)
* [Core Lightning](https://github.com/ElementsProject/lightning) - JSON-RPC interface over unix sock or HTTP-RPC interface made available by [Sparko plugin](https://github.com/fiatjaf/sparko)
* [LNBits](https://github.com/lnbits/lnbits)
* [Blink](https://dev.blink.sv/)
* [GetAlby](https://github.com/getAlby/lndhub.go)
* [LndHub](https://github.com/BlueWallet/LndHub) - first implemented by BlueWallet, but now used as a standard interface by other wallets and services
* [OpenNode](https://www.opennode.com/)
Expand Down Expand Up @@ -136,6 +137,10 @@ Core Lightning (Sparko):
* __cert__ - The TLS certificate used by the Sparko plugin.
* __accessKey__ - See `--sparko-keys=` in your lightningd config.

Blink:
* __connectionString__ - Contains the server URL, account API key, and wallet ID. Example:
* `type=blink;server=https://api.blink.sv/graphql;api-key=blink_XXX;wallet-id=xxx-yyyy-zzzz-0000-xyz123`

LNBits:
* __baseUrl__ - The URL of the LNBits instance. Example:
* `https://legend.lnbits.com`
Expand Down

0 comments on commit c180a86

Please sign in to comment.