cdk-redb

Crates.iocdk-redb
lib.rscdk-redb
version0.13.0
created_at2024-06-29 11:28:19.755621+00
updated_at2025-09-23 13:51:45.187309+00
descriptionRedb storage backend for CDK
homepagehttps://github.com/cashubtc/cdk
repositoryhttps://github.com/cashubtc/cdk.git
max_upload_size
id1287338
size96,734
(thesimplekid)

documentation

README

CDK Redb

crates.io Documentation MIT licensed

ALPHA This library is in early development, the API will change and should be used with caution.

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:

[dependencies]
cdk-redb = "*"

License

This project is licensed under the MIT License.

Commit count: 1586

cargo fmt