@aquarian-metals/coin-moebius-core
v2.0.0
Published
Headless payment router core for Coin Moebius — types, manager, and status polling. Browser-safe.
Maintainers
Readme
@aquarian-metals/coin-moebius-core
Headless payment router core for Coin Moebius.
Browser-safe. Provides:
createPaymentManager({ providers })— wires providers together and exposes a singleonSuccess/onPending/onErrorevent surface.subscribeToStatus(paymentId, handlers, options)— polls a status endpoint while delayed payments (e.g. Monero confirmations) settle.- The
PaymentProvider,PaymentResult, andInitiateOptionstypes every provider implements.
Install
npm install @aquarian-metals/coin-moebius-coreOr use the friendlier alias @aquarian-metals/coin-moebius — same exports.
Use
import { createPaymentManager } from '@aquarian-metals/coin-moebius-core';See the main README for the full quick-start.
License
MIT — see LICENSE.
