Files
cdk/crates/cdk-redb/README.md
2025-06-21 10:32:26 +01:00

29 lines
859 B
Markdown

# CDK Redb
[![crates.io](https://img.shields.io/crates/v/cdk-redb.svg)](https://crates.io/crates/cdk-redb)
[![Documentation](https://docs.rs/cdk-redb/badge.svg)](https://docs.rs/cdk-redb)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](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).