@chainvue/v402-facilitator
v0.3.0
Published
Standalone v402 facilitator daemon: verify/reserve/commit/rollback API, balance state, deposit watching, discovery — NestJS, Pino JSON logs, Prometheus metrics, Zod-validated config.
Readme
@chainvue/v402-facilitator
Standalone v402 facilitator daemon — the server side of the payment layer, ready to deploy: verify / reserve / commit / rollback API for HTTP-mode adapters, balance + topup + discovery endpoints, embedded deposit watcher, admin + reconciliation endpoints, background jobs (reaper, replay cleanup). NestJS, Pino JSON logs, Prometheus metrics, Zod-validated config, SQLite storage.
The intended deployment is the container — see
docker/ and the compose
files in the repo root. The npm package exists for custom builds that embed or
extend the daemon (AppModule, config schema, metrics module are exported).
npm install @chainvue/v402-facilitatorAPI contract: spec/0.1/facilitator-api.md
(normative, including the frozen error catalog). Operational notes and known
boundaries: docs/RISKS.md.
License
Apache-2.0
