| Crates.io | miden-idxdb-store |
| lib.rs | miden-idxdb-store |
| version | 0.12.6 |
| created_at | 2025-11-11 11:20:19.56805+00 |
| updated_at | 2026-01-09 17:38:43.501064+00 |
| description | IndexedDB-backed Store implementation for miden-client (WASM) |
| homepage | |
| repository | https://github.com/0xMiden/miden-client |
| max_upload_size | |
| id | 1927036 |
| size | 366,778 |
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.
cdylib; works with bundlers via @wasm-tool/rollup-plugin-rustAdd to Cargo.toml and build for wasm32-unknown-unknown:
[dependencies]
miden-client = { version = "0.12", default-features = false }
miden-idxdb-store = { version = "0.12" }
This project is licensed under the MIT License. See the LICENSE file for details.