# CDK Redb
[](https://crates.io/crates/cdk-redb)
[](https://docs.rs/cdk-redb)
[](https://github.com/cashubtc/cdk/blob/main/LICENSE)
**ALPHA** This library is in early development, the API will change and should be used with caution.
[Redb](https://github.com/cberner/redb) storage backend implementation for the Cashu Development Kit (CDK) wallet.
## Features
This crate provides a Redb-based storage implementation for wallet functionality, including:
- Wallet storage
- Proof tracking
- Transaction history
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
cdk-redb = "*"
```
## License
This project is licensed under the [MIT License](../../LICENSE).