README.md 1.1 KB

CDK Rexie

crates.io Documentation MIT licensed

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.