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
{{ message }}
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
As native remix plugin uses @ethereumjs/evm in browser for executing transaction and keeping the state.
The same is possible with using era-zk_evm. This would be completely server-less solution. It wouldn't require any maintenance of AWS stack since everything would be executed within user's browser.
With a single tweak era-zk_evm compiled to wasm and hence it is feasible to build on top of this, utilizing existing code for local-node from zksync
The text was updated successfully, but these errors were encountered:
As native remix plugin uses @ethereumjs/evm in browser for executing transaction and keeping the state.
The same is possible with using era-zk_evm. This would be completely server-less solution. It wouldn't require any maintenance of AWS stack since everything would be executed within user's browser.
With a single tweak era-zk_evm compiled to wasm and hence it is feasible to build on top of this, utilizing existing code for local-node from zksync
The text was updated successfully, but these errors were encountered: