/polygon-zkevm-docker

Primary LanguageShellApache License 2.0Apache-2.0

Overview

Docker Compose for Polygon zkEVM node. Also supports XLayer

The ./zkevmd script can be used as a quick-start:

./zkevmd install brings in docker-ce, if you don't have Docker installed already.

cp default.env .env

nano .env and adjust variables as needed, particularly NETWORK and L1_RPC

./zkevmd up

To update the software, run ./zkevmd update and then ./zkevmd up

You can share the RPC/WS port locally by adding :rpc-shared.yml to COMPOSE_FILE inside .env.

If meant to be used with central-proxy-docker for traefik and Prometheus remote write; use :ext-network.yml in COMPOSE_FILE inside .env in that case.

This is Polygon zkEVM Docker v3.0.0