This commit is contained in:
capdog 2022-11-26 13:35:58 -05:00
parent d172e15bc3
commit 7b44be7d5d

View file

@ -10,7 +10,7 @@
`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, providing a framework for permissionless applications that depend on Lightning.
- Wrapper for [`LND`](https://github.com/lightningnetwork/lnd/releases) that can serve accounts over LNURL and NOSTR - 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) - [Methods](https://github.com/shocknet/Lightning.Pub/blob/master/proto/autogenerated/client.md)
- Accounting SubLayers for Application Pools and Users [![Accounts](/raw/accounting_layers.png)] - Accounting SubLayers for Application Pools and Users [![Accounts](https://github.com/shocknet/Lightning.Pub/raw/master/accounting_layers.png)]
#### This repository is under rapid iteration and should only be used in development. #### This repository is under rapid iteration and should only be used in development.