Skip to content

CryptoManufaktur-io/polygon-zkevm-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

If you have a tar file (lz4, gz, zstd, plain) that contains the chaindata/ directory, give its URL in SNAPSHOT

./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.1.0