Documentation
# Lexe Rust SDK

[![crates.io](https://img.shields.io/crates/v/lexe.svg)](https://crates.io/crates/lexe)
[![crates.io - MSRV](https://img.shields.io/crates/msrv/lexe)](https://crates.io/crates/lexe)
[![docs.rs](https://docs.rs/lexe/badge.svg)](https://docs.rs/lexe)
[![CI](https://img.shields.io/github/actions/workflow/status/lexe-app/lexe-public/.github%2Fworkflows%2Fci.yml)](https://github.com/lexe-app/lexe-public/actions/workflows/ci.yml)
[![MIT](https://img.shields.io/crates/l/lexe.svg)](../LICENSE-MIT)
[![Discord](https://img.shields.io/discord/1151246286549434398)](https://discord.gg/zybuBYgdbr)

The Lexe Rust SDK is the most powerful way for developers to control
self-custodial, always-online [Lexe](https://lexe.app) Lightning nodes.

* [Quickstart guide]https://docs.lexe.tech/rust/quickstart/
* [API reference]https://rust.lexe.tech
* [GitHub repo]https://github.com/lexe-app/lexe-public/tree/master/lexe

```bash
cargo add lexe
```