lexe 0.0.0-pre

Create and control Lexe Bitcoin and Lightning wallets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Lexe Rust SDK

The `lexe` Rust SDK is not on crates.io yet! You want this:

```toml
[dependencies]
lexe = { git = "https://github.com/lexe-app/lexe-public" }
```

Lexe Wallet is a self-custodial mobile Bitcoin wallet with cutting edge
Lightning UX. The Lexe SDK makes it easy to create wallets and control
them programmatically.

Learn more: <https://docs.lexe.tech/>

Rustdoc: <https://rust.lexe.tech/>