README.md (375B)
1 # nostr-cln-events 2 3 Publish CLN node events to nostr 4 5 ## Install 6 7 Add this to your lightning/config to load the plugin at startup 8 9 ``` 10 plugin=/path/to/this/nostr-cln-events/nostr-events.js 11 ``` 12 13 You'll need these settings as well: 14 15 ``` 16 nostr-key=<secret-key-used-to-publish-notes> 17 nostr-relay=<your-relay> 18 nostr-notify-key=<your-pubkey-to-be-notified-on-important-events> 19 ```