Expand description
Federated Lightning Address Server
The federated server allows you to easily handle LN Address requests and add those capabilties to the domains you own.
Now with keysend support!
Modules§
- api
- REST API responsible for admin tasks
- db
- Abstraction over an embedded database
- handlers
- Main web and api application handlers
- keysend
- Keysend backend helpers (based on LNbits)
- ln
- Lightning network helpers and structures
Structs§
- Config
- Structure definining possible params and their structure used in order to configure the server
- CsvVec
- Represents a comma delimited input for the CLI and converts it into a vector of strings.
- LNbits
Config
Functions§
- with_
clone - Warp helper for cloning configration and db references so they can be passed into request handlers.