mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-18 13:09:00 +02:00
add new plugin cln-nip47
This commit is contained in:
parent
76e6f5aaf3
commit
e5bd0c5382
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -82,3 +82,6 @@
|
|||
[submodule "consolidator"]
|
||||
path = consolidator
|
||||
url = https://github.com/daywalker90/consolidator.git
|
||||
[submodule "cln-nip47"]
|
||||
path = cln-nip47
|
||||
url = https://github.com/daywalker90/cln-nip47.git
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ Community curated plugins for Core-Lightning.
|
|||
| [btcli4j][btcli4j] | A Bitcoin Backend to enable safely the pruning mode, and support also rest APIs. |     |
|
||||
| [clearnet][clearnet] | A plugin that can be used to enforce clearnet connections when possible |     |
|
||||
| [clnaddress][clnaddress] | Run a lnurl server to receive via lnurl or ln-addresses with optional Zap support |     |
|
||||
| [cln-nip47][cln-nip47] | Nostr Wallet Connect (NWC) plugin to connect your wallets via nostr to your node. |     |
|
||||
| [cln-ntfy][cln-ntfy] | Core Lightning plugin for sending `ntfy` alerts. |     |
|
||||
| [clnrest-rs][clnrest-rs] | Drop-in rust implementation of CLN's clnrest.py |     |
|
||||
| [clnrod][clnrod] | Channel acceptor plugin. Configurable with external data from amboss/1ml and notifications |     |
|
||||
|
|
@ -215,6 +216,7 @@ more detailed description (if any)
|
|||
[c-lightning-pruning-plugin]: https://github.com/Start9Labs/c-lightning-pruning-plugin
|
||||
[clearnet]: https://github.com/lightningd/plugins/tree/master/clearnet
|
||||
[clnaddress]: https://github.com/daywalker90/clnaddress
|
||||
[cln-nip47]: https://github.com/daywalker90/cln-nip47
|
||||
[cln-ntfy]: https://github.com/yukibtc/cln-ntfy
|
||||
[clnrest-rs]: https://github.com/daywalker90/clnrest-rs
|
||||
[clnrod]: https://github.com/daywalker90/clnrod
|
||||
|
|
|
|||
1
cln-nip47
Submodule
1
cln-nip47
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 84c8ffd584647080d3669d69344c11207d4421d9
|
||||
Loading…
Add table
Add a link
Reference in a new issue