Supported Platforms & Environments
Environment
Description
Configuration Reference
Local
Developer machine with Docker Compose setup.
docker-compose.yml
Staging
Shared test environment for QA and demos.
docker-compose.staging.yml
Production
High‑availability cloud deployment (Kubernetes).
k8s/ manifests and Helm charts
Testnet
Public EVM test network (e.g., Goerli).
Hardhat network config (hardhat.config.ts)
Mainnet
Live DexerEVM chain (chain ID: 9999).
hardhat.config.ts and .env.production
Infrastructure Requirements:
Orchestration: Kubernetes v1.22+, Helm v3.
Storage: Persistent Volumes for Postgres and indexer state.
Load Balancing: Ingress controller (NGINX/Traefik) with TLS certificates.
Monitoring: Prometheus Operator and Grafana dashboards deployed via Helm.
Scaling: Horizontal Pod Autoscaler configured for critical services.
Last updated