mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-13 01:46:26 +01:00
29 lines
859 B
Markdown
29 lines
859 B
Markdown
# 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). |