The Lexe SDK allows you to programmatically create and control self-custodial, always-online Lightning wallets with free node hosting.
Read the docs: docs.lexe.tech
The Lexe CLI allows you to create and control self-custodial, always-online Lightning wallets from the command line.
Install:
curl -fsSL https://lexe.app/install-cli.sh | bashDocs:
The Python SDK provides a simple interface that makes it easy to integrate a self-custodial Lightning wallet into any Python application, or create and manage a wallet interactively via a Python REPL.
Install:
pip install lexe-sdkDocs:
The Rust SDK is our most advanced SDK, ideal for building secure, reliable, high-performance applications.
Install:
cargo add lexeDocs: