Update README.md

This commit is contained in:
CapDog 2023-06-27 18:47:42 -04:00 committed by GitHub
parent 25fe0ac9d2
commit cb39aa71dc

View file

@ -7,7 +7,10 @@
<p></p>
`Pub` enables your Lightning node with public Web API's, providing a framework for permissionless applications that depend on Lightning.
`Pub` enables your Lightning node with public Web API's over `nostr`, allowing user nodes to act as a server without complex networking and SSL.
These APIs enable a framework for permissionless lightning web apps in a way that promotes a more distributed lightning network by removing hurdles to connect to self-custodial nodes.
- Wrapper for [`LND`](https://github.com/lightningnetwork/lnd/releases) that can serve accounts over LNURL and NOSTR
- [Methods](https://github.com/shocknet/Lightning.Pub/blob/master/proto/autogenerated/client.md)
- Accounting SubLayers for Application Pools and Users ![Accounts](https://github.com/shocknet/Lightning.Pub/raw/master/accounting_layers.png)