Hyperliquid DEX – S3Sync Runner (hl‑evm‑block‑sync)
A purpose built and opinionated shell script that automates and accelerates downloading Hyperliquid EVM block files from S3. It significantly outpaces the standard aws s3 sync, providing resumable, per‑prefix syncs with timing and total runtime summaries.
Auto-installs s3sync (from nidor1998) into ~/.local/bin
Discovers top-level prefixes in the S3 bucket (e.g., 21000000/, 22000000/)
Performs sequential syncs per prefix, logging elapsed time (e.g., “22000000 took 13 minutes!”)
Prints overall runtime summary after completion GitHub
Related PR: https://github.com/hl-archive-node/nanoreth/pull/32
Designs / Visual assets: none
Docs / explainer Notion: none
Single-contributor: wwwehr