Skip to content

Commit

Permalink
add c-lightning plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Sep 15, 2019
1 parent ae41d20 commit 6dbce82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,14 @@ _Some wallets that support **lnurl**_.
* [Bitcoin Lightning Wallet](https://lightning-wallet.com/) – BLW supports _lnurl-channel_, _lnurl-login_ and _lnurl-withdraw_.
* [BlueWallet](https://bluewallet.io/) – supports _lnurl-withdraw_.
* [@lntxbot](https://t.me/lntxbot) – The Telegram-based wallet supports _lnurl-withdraw_.
* [c-lightning](https://github.com/ElementsProject/lightning/) with the [`lnurl` plugin](https://github.com/fiatjaf/lightningd-gjson-rpc/tree/master/cmd/lnurl) – RPC methods that perform the _lnurl-channel_, _lnurl-login_ and _lnurl-withdraw_ flows.

Libraries
------------------------------------------------------------------------

_Integrate **lnurl** in projects and services_.

* [go-lnurl](https://github.com/fiatjaf/go-lnurl) – lnurl-withdraw helper structs, encode/decode, verify lnurl-login signatures .
* [go-lnurl](https://github.com/fiatjaf/go-lnurl) – lnurl helper structs, encode/decode, verify login signatures, misc helpers for both wallet and server sides of the protocol.
* [php-lnurl](https://github.com/tkijewski/php-lnurl) – Easy PHP encoding and decoding of bech32 lnurls.


Expand Down

0 comments on commit 6dbce82

Please sign in to comment.