Tools to run historical Ethereum clients and related workflows.
The primary implementation in this repo is Chain of Geths: a Docker Compose stack of multiple Geth versions (plus Lighthouse) where adjacent nodes share overlapping eth/* subprotocols.
Documentation: chain-of-geths/chain-of-geths.md
Entrypoints:
- Compose stack:
chain-of-geths/docker-compose.yml - Key/config generation:
chain-of-geths/generate-keys.sh - Image build:
chain-of-geths/build-images.sh - Remote deploy:
chain-of-geths/deploy.sh
# Ensure SSH_KEY_PATH points at your PEM and SSH can reach the VM.
./chain-of-geths/deploy.shReference: chain-of-geths/deploy.sh