miden-idxdb-store

Crates.iomiden-idxdb-store
lib.rsmiden-idxdb-store
version0.12.6
created_at2025-11-11 11:20:19.56805+00
updated_at2026-01-09 17:38:43.501064+00
descriptionIndexedDB-backed Store implementation for miden-client (WASM)
homepage
repositoryhttps://github.com/0xMiden/miden-client
max_upload_size
id1927036
size366,778
Bobbin Threadbare (bobbinth)

documentation

README

IndexedDB Store (WASM)

Browser‑compatible Store implementation for the Miden client. This crate targets WebAssembly and uses IndexedDB (via wasm-bindgen) to persist client state in web environments.

  • Persists accounts, notes, transactions, block headers, and MMR nodes in the browser
  • Ships as a cdylib; works with bundlers via @wasm-tool/rollup-plugin-rust

Quick Start

Add to Cargo.toml and build for wasm32-unknown-unknown:

[dependencies]
miden-client       = { version = "0.12", default-features = false }
miden-idxdb-store  = { version = "0.12" }

License

This project is licensed under the MIT License. See the LICENSE file for details.

Commit count: 1056

cargo fmt