You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bring flexible simulation of program execution to the browser.
Could be a useful tool for testing on injected account inputs alongside live data
Better debugging/integration testing
Features:
RPC calls made to fetch account data from on-chain.
Either port rbpf VM and build javascript scafolding to handle syscalls/account loading/CPI, or build entire message processor alongside VM in WASM and expose message processing entrypoints that replace account fetches to the account DB with RPC calls.
Challenges:
Perfect recreation of message processor could be difficult if done in JS.
Key is where to draw the line between recreation of accurate node functionality and ignoring in favour of simplicity.
Rationale:
Features:
Challenges:
Links:
The text was updated successfully, but these errors were encountered: