Skip to main content
Faremeter’s plugin architecture allows community developers to create custom wallet adapters, payment schemes, and middleware integrations.

What can be extended

  • Wallet adapters — Support new wallet types by implementing the wallet adapter interface.
  • Payment schemes — Add new blockchain support by implementing the PaymentHandler interface.
  • Middleware adapters — Integrate with frameworks beyond Express and Hono using the common module.

Extension registry

Visit the faremeter extensions registry to browse community-contributed packages.

Building extensions