thesimplekid 9beb0b4256 chore: update readmes (#773) 3 semanas atrás
..
src 1131711d91 Drop `nostr_last_checked` table, remove references (#647) 3 meses atrás
Cargo.toml 7b4951041e Rust docs (#681) 3 meses atrás
README.md 9beb0b4256 chore: update readmes (#773) 3 semanas atrás

README.md

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.