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
PaymentHandlerinterface. - Middleware adapters — Integrate with frameworks beyond Express and Hono using the
commonmodule.
Extension registry
Visit the faremeter extensions registry to browse community-contributed packages.Building extensions
- Payment Handlers concept — The plugin interface for custom payment schemes.
- Wallets & Signing concept — The wallet adapter pattern for custom wallets.