From deed08ab47183e67d1755ec0506d9de707bb77b9 Mon Sep 17 00:00:00 2001 From: Nikhil Aryal Date: Thu, 16 Feb 2023 15:27:57 +0000 Subject: [PATCH] Update 'README.md' cuz. i'm so tired. af :| --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/README.md b/README.md index 3a787ec..87aba6b 100644 --- a/README.md +++ b/README.md @@ -1 +1,53 @@ [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2FuhIgnacio%2Fdiscord-railway&envs=TOKEN%2CPREFIX&TOKENDesc=bot+token&PREFIXDesc=bot+prefix&referralCode=igna) + +# Awesome Core Lightning + +A curated list of awesome [core-lightning][cln] projects and plugins + +## Plugins + +* [Community curated plugins for Core-Lightning.][lightningd-plugins] +* [Circular][circular] - Plugin that helps routing nodes rebalance their channels +* [CLBoss][clboss] - Plugin for automatic node management +* [PeerSwap][peerswap] - Plugin for automatic channel rebalancing +* [Nostrify][nostrify] - Plugin for sending CLN events to Nostr + +## Tools + +* [lnurl-commando][lnurl-commando] - An lnurl/lnaddress server that fetches invoices over commando +* [Ride The Lightning (RTL)][rtl] - A device agnostic web user interface to help manage lightning node operations + +## Apps + +* [lnlink][lnlink] - An applepay-like iOS app for controlling a CLN node remotely via commando +* [Payment Links][payment-links] - Create self-contained product payment links that work with any CLN node +* [sendsats.lol][sendsats] - Get a lightning address for your CLN node. Powered by commando! + +## Development + +### Tools + +* [Rune Workshop][rune-workshop] - A web UI for constructing commando auth runes +* [c-lightning-REST][cln-rest] - REST APIs for c-lightning written with node.js + +### Libraries + +* [lnsocket][lnsocket] - A C/JS library for talking to lightning nodes and calling commando RPCs +* [rune-decoder][rune-decoder] - JS library for decoding runes + + +[cln]: https://github.com/ElementsProject/lightning +[lnurl-commando]: https://github.com/jb55/lnurl-commando +[lnlink]: https://lnlink.app +[rune-decoder]: https://github.com/clams-tech/rune-decoder +[payment-links]: http://lnlink.org +[circular]: https://github.com/giovannizotta/circular +[cln-rest]: https://github.com/Ride-The-Lightning/c-lightning-REST +[lightningd-plugins]: https://github.com/lightningd/plugins +[lnsocket]: https://github.com/jb55/lnsocket +[rune-workshop]: https://jb55.com/runes +[sendsats]: https://sendsats.lol +[clboss]:https://github.com/ZmnSCPxj/clboss +[peerswap]:https://www.peerswap.dev +[rtl]:https://github.com/Ride-The-Lightning/RTL +[nostrify]:https://github.com/joelklabo/nostrify \ No newline at end of file