Reference resolver runner for the OverSync cross-chain bridge.
Before registering or staking as an operator, you can run the read-only preflight check to validate your local configuration (.env), check RPC reachability, verify testnet configurations, and ensure the resolver status is queryable.
This command is strictly read-only: it performs no contract writes, sends no transactions, and requires no fund movement.
Run the command from the root of the repository:
pnpm --filter @oversync/resolver run start preflightOr directly inside the resolver directory:
pnpm start preflightThe command will output the PASS/FAIL/SKIPPED status for each check:
- PASS: Check passed successfully.
- FAIL: Check failed; prints actionable next steps (e.g.
Configure REGISTRY_ADDRESS). - SKIPPED: Check was skipped due to missing configuration.