blitz_api/app/lightning/impl/specializations
fusion44 2b98912796 feat: replace call_script func with better func
use exec_bash_command instead

refs #123
2025-05-06 09:16:46 +02:00
..
blitz_common.py feat: replace call_script func with better func 2025-05-06 09:16:46 +02:00
cln_grpc_blitz.py feat: make config loading more flexible 2025-03-23 17:43:39 +01:00
cln_jrpc_blitz.py feat: make config loading more flexible 2025-03-23 17:43:39 +01:00
README.md refactor: switch to domain driven directory layout 2022-10-03 20:22:00 +02:00

Specializations

Some platforms implement special features on top of the main lightning implementation. This is the place to keep the code for these specializations.

Example: RaspiBlitz implements a specialization for Core Lightning to unlock the wallet.

This keeps dependencies as lean as possible for the main implementations. RaspiBlitz Core Lightning unlock specialization has a redis dependency but the main implementation does not.