mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-22 07:04:56 +01:00
CDK Rexie
ALPHA This library is in early development, the API will change and should be used with caution.
Rexie (IndexedDB) storage backend implementation for the Cashu Development Kit (CDK). This provides browser-based storage for web applications.
Features
This crate provides a Rexie-based storage implementation for browser environments:
- Wallet storage
- Transaction history
- Proof tracking
- IndexedDB persistence
Installation
Add this to your Cargo.toml:
[dependencies]
cdk-rexie = "*"
WASM Support
This crate is specifically designed for use in WebAssembly environments and requires the wasm32-unknown-unknown target.
License
This project is licensed under the MIT License.