# OmegaX Oracle Worker Starter

Protocol-bound oracle attestation starter. The smoke uses an in-memory keypair;
production workers should use KMS or a secret manager.

```bash
npm install
npm run typecheck
npm run build
npm run smoke
```
