Seismic's home base for deploying
curl -LsSf https://astral.sh/uv/install.sh | shOr via Homebrew:
brew install uvuv syncThis installs all dependencies and registers the seismic-deploy CLI command. Activate the virtual environment to use it directly:
source .venv/bin/activate
seismic-deploy --helpOr run without activating:
uv run seismic-deploy --helpThe main tool for deploying and managing Seismic nodes on GCP. See deploy_gcp/seismic_deploy/README.md for full documentation.
Quick overview of commands:
seismic-deploy deploy— deploy a single node to GCPseismic-deploy deploy-and-stake— deploy, start, and stake a node in one stepseismic-deploy bootstrap-network— bootstrap an entire network from scratchseismic-deploy stake— stake an existing nodeseismic-deploy sync— sync a node to an existing networkseismic-deploy status— show all deployed nodesseismic-deploy destroy— tear down a node's GCP resources