Commit Graph

8 Commits

Author SHA1 Message Date
Sameh Abouel-saad
1e52c572d2 refactor: migrate extension to React and update build configuration 2025-05-22 16:11:04 +03:00
Sameh Abouel-saad
ed76ba3d8d feat: implement browser extension UI with WebAssembly integration 2025-05-22 11:53:32 +03:00
13945a8725 feat: Add WASM support and browser extension infrastructure
- Add WASM build target and dependencies for all crates.
- Implement IndexedDB-based persistent storage for WASM.
- Create browser extension infrastructure (UI, scripting, etc.).
- Integrate Rhai scripting engine for secure automation.
- Implement user stories and documentation for the extension.
2025-05-16 15:31:53 +03:00
19f46d6edb fix: fix tests and add Makefile 2025-05-16 03:42:48 +03:00
85a15edaec feat: Upgrade dependencies and refactor client
- Upgrade several dependencies to their latest versions.
- Refactor the EVM client for improved modularity and clarity.
- Simplify transaction signing and sending logic.
2025-05-16 03:07:42 +03:00
017fc897f4 docs: Clarify the rationale for split trait implementations for native and WASM targets 2025-05-16 02:16:36 +03:00
03533f9216 tests: Add browser WASM tests for evm_client 2025-05-16 02:06:41 +03:00
9dce815daa feat: Add basic project structure and initial crates
- Added basic project structure with workspace and crates:
  `kvstore`, `vault`, `evm_client`, `cli_app`, `web_app`.
- Created initial `Cargo.toml` files for each crate.
- Added placeholder implementations for key components.
- Included initial documentation files (`README.md`, architecture
  docs, repo structure).
- Included initial implementaion for kvstore crate(async API, backend abstraction, separation of concerns, WASM/native support, testability)
- Included native and browser tests for the kvstore crate
2025-05-13 20:24:29 +03:00