From c78970d943556080c629efe40911cad25ded0d04 Mon Sep 17 00:00:00 2001 From: Joel Klabo Date: Sun, 22 Jan 2023 17:33:33 -0800 Subject: [PATCH] nostrify: Adding v0.1.0 --- .gitmodules | 3 +++ README.md | 1 + nostrify | 1 + 3 files changed, 5 insertions(+) create mode 160000 nostrify diff --git a/.gitmodules b/.gitmodules index 3f78086..6dd1737 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "python-teos"] path = python-teos url = https://github.com/talaia-labs/python-teos +[submodule "nostrify"] + path = nostrify + url = https://github.com/joelklabo/nostrify diff --git a/README.md b/README.md index 7cf1b61..f6c4d82 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Community curated plugins for Core-Lightning. | [listmempoolfunds][listmempoolfunds] | Track unconfirmed wallet deposits | | [monitor][monitor] | helps you analyze the health of your peers and channels | | [noise][noise] | Chat with your fellow node operators | +| [nostrify][nostrify] | Send CLN events to Nostr | | [paythrough][paythrough] | Pay an invoice through a specific channel, regardless of better routes | | [persistent-channels][pers-chans] | Maintains a number of channels to peers | | [poncho][poncho] | Turns CLN into a [hosted channels][blip12] provider | diff --git a/nostrify b/nostrify new file mode 160000 index 0000000..b33ed40 --- /dev/null +++ b/nostrify @@ -0,0 +1 @@ +Subproject commit b33ed4020d0aa062431729d479115688619c7acb