@x402-stellar-bazaar/facilitator
v0.1.0
Published
The x402-stellar-bazaar facilitator: verify/settle/supported with fee sponsorship and channel accounts, plus the Bazaar discovery surface. Runnable as a service or embeddable via createFacilitatorApp().
Maintainers
Readme
@x402-stellar-bazaar/facilitator
The x402-stellar-bazaar facilitator: verify / settle / supported on Stellar (testnet + pubnet),
built on @x402/stellar — fee sponsorship (buyers need no XLM), channel accounts for parallel
settlement, configurable auth/rate-limit/pricing, and the Bazaar discovery surface.
Run it as a service (see the repo's ops/), or embed it in your own server:
import { createFacilitatorApp } from "@x402-stellar-bazaar/facilitator";
import { createBazaar } from "@x402-stellar-bazaar/bazaar";
const { bazaar, discoveryRouter } = await createBazaar({ dbPath: "data/bazaar.db", log });
const { app } = createFacilitatorApp({ config, log, bazaar, discoveryRouter });Docs: https://stellar-bazaar.netlify.app/docs/#operators
