NethermindEth / zksync-remix-plugin

Remix plugin for zkSync
MIT License
11 stars 8 forks source link

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

Closed stranger80 closed 5 months ago

stranger80 commented 7 months ago

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

MexicanAce commented 7 months ago

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

MexicanAce commented 7 months ago

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

stranger80 commented 7 months ago

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.