NethermindEth/zksync-remix-plugin

Implement robust devnet backend instead of the simple "in-memory" setup

Closed this issue · 3 comments

Instead of in-memory devnet backend, implement a test backend following the simple architecture illustrated here:
https://github.com/matter-labs/local-setup/blob/main/docker-compose.yml

Here's a more defined document on the Docker setup : https://era.zksync.io/docs/tools/testing/dockerized-testing.html

Just run npx zksync-cli dev start if you want to simplify it the most

Just run npx zksync-cli dev start if you want to simplify it the most

Hmmm, not sure if that would help us, as it uses docker compose under the hood, right?
As docker-compose is not intended for production use, in prod environment we need to define 3 managed containers.