acl/README.md

53 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2023-02-16 15:25:31 +00:00
[![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)
2023-02-16 15:28:10 +00:00
# Awesome Core Lightning [z]
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