nostr-cln-events

cln plugin that publishes events to nostr
git clone git://jb55.com/nostr-cln-events
Log | Files | Refs | README | LICENSE

commit 6b7f3da58ba88cfe0903de54b212cc2f2aa806c0
parent 766ceadcc2408c3b4b16cfa28cdeb5f78ca18366
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 17 Nov 2022 21:50:10 -0800

update readme

Diffstat:
MREADME.md | 12++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,10 +2,18 @@ Publish node events to nostr -## Settings +## Install + +Add this to your lightning/config to load the plugin at startup + +``` +plugin=/path/to/this/nostr-cln-events/nostr-events.js +``` + +You'll need these settings as well: ``` -nostr-key=<your-node-hex-secret-key> +nostr-key=<secret-key-used-to-publish-notes> nostr-relay=<your-relay> nostr-notify-key=<your-pubkey-to-be-notified-on-important-events> ```