Warning This project is in early development, it does however work with real sats! Always use amounts you don't mind losing.
CDK is a collection of rust crates for Cashu wallets and mints written in Rust.
ALPHA This library is in early development, the api will change and should be used with caution.
The project is split up into several crates in the crates/
directory:
- Libraries:
- cdk: Rust implementation of Cashu protocol.
- cdk-sqlite: SQLite Storage backend.
- cdk-redb: Redb Storage backend.
- cdk-rexie: Rexie Storage backend for browsers.
- cdk-axum: Axum webserver for mint.
- cdk-cln: CLN Lightning backend for mint.
- cdk-lnd: Lnd Lightning backend for mint.
- cdk-strike: Strike Lightning backend for mint.
- cdk-lnbits: LNbits Lightning backend for mint.
- cdk-fake-wallet: Fake Lightning backend for mint. To be used only for testing, quotes are automatically filled.
- Binaries:
Implemented NUTs:
NUT # | Description |
---|---|
00 | Cryptography and Models |
01 | Mint public keys |
02 | Keysets and fees |
03 | Swapping tokens |
04 | Minting tokens |
05 | Melting tokens |
06 | Mint info |
# | Description | Status |
---|---|---|
07 | Token state check | ✔️ |
08 | Overpaid Lightning fees | ✔️ |
09 | Signature restore | ✔️ |
10 | Spending conditions | ✔️ |
11 | Pay-To-Pubkey (P2PK) | ✔️ |
12 | DLEQ proofs | ✔️ |
13 | Deterministic secrets | ✔️ |
14 | Hashed Timelock Contracts (HTLCs) | ✔️ |
15 | Partial multi-path payments (MPP) | ✔️ |
16 | Animated QR codes | ❌ |
17 | WebSocket subscriptions | 🚧 |
MSRV
Experimental bindings can be found in the bindings folder.
Code is under the MIT License
All contributions welcome.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.