Crate sataddress

source ·
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

REST API responsible for admin tasks
Abstraction over an embedded database
Main web and api application handlers
Keysend backend helpers (based on LNbits)
Lightning network helpers and structures

Structs

Structure definining possible params and their structure used in order to configure the server
Represents a comma delimited input for the CLI and converts it into a vector of strings.

Functions

Warp helper for cloning configration and db references so they can be passed into request handlers.