# @eth-optimism/endpoint-monitorThe endpoint-monitor runs websocket checks on edge-proxyd endpoints and downstream infra provider endpoints.
## SetupInstall go1.18```bash
make build
source .env.example # (or copy to .envrc if using direnv)
./bin/endpoint-monitor
```