From 09635f3a32fc6827feda043f45192384fa977821 Mon Sep 17 00:00:00 2001 From: Sameh Abouelsaad Date: Tue, 13 May 2025 20:27:23 +0300 Subject: [PATCH] Docs: Update roadmap items --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07e3067..0013584 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ wasm-pack test --headless --firefox --features web ## Roadmap - [x] Unified async trait for key-value storage - [x] Native and WASM backends for kvstore -- [x] Cryptographic vault with password-protected keyspace -- [x] EVM client with vault integration +- [ ] Cryptographic vault with password-protected keyspace +- [ ] EVM client with vault integration - [ ] CLI and web app targets - [ ] Full end-to-end integration