@aquarian-metals/coin-moebius-provider-template
v2.0.0
Published
Starter template for building a Coin Moebius payment provider. Copy this folder, rename, implement initiate() and an optional ./server verifier.
Maintainers
Readme
@aquarian-metals/coin-moebius-provider-template
Starter template for building a Coin Moebius payment provider.
Copy this folder, rename the package to @your-scope/coin-moebius-<gateway>, and implement two things:
src/index.ts— a browser-sideinitiate()that triggers the gateway's flow.src/server.ts— a Node-only verifier function exported under the./serversubpath.
@aquarian-metals/coin-moebius-core is declared as a peer dependency — your consumers install it once and your provider plugs into it.
See CONTRIBUTING.md for the full contract.
License
MIT — see LICENSE.
