Description:
To enable privacy-focused users to verify token risk reports without leaking their IP addresses or specific token queries to server logs, we need a client-side WebAssembly evaluation engine.
Acceptance Criteria:
- Compile core calculation modules from
beta-core to a WebAssembly (wasm-bindgen) module targeting browser environments.
- Allow users to input raw contract parameters or local state dumps directly in the browser to run local risk scoring.
- Ensure WASM execution time inside the client browser takes under 100ms.
Description:
To enable privacy-focused users to verify token risk reports without leaking their IP addresses or specific token queries to server logs, we need a client-side WebAssembly evaluation engine.
Acceptance Criteria:
beta-coreto a WebAssembly (wasm-bindgen) module targeting browser environments.