From 6dbce82190becbd4b6573674f6f80daaa9bb43cd Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sun, 15 Sep 2019 18:04:52 -0300 Subject: [PATCH] add c-lightning plugin. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 049aaf1..378063c 100644 --- a/README.md +++ b/README.md @@ -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.