Coin Moebius SDK — CDN

Drop-in <script>-tag delivery of the Coin Moebius browser SDK.

Recommended drop-in

<script src="https://sdk.coinmoebius.com/latest/sdk.global.js"></script>
<coin-moebius-buy
  project-id="proj_xxxxxxxx"
  product-id="my-product"
  amount="29"
  currency="USD">
  Buy now
</coin-moebius-buy>

The /latest/ path always serves the current release. To pin to a major, use /v3/sdk.global.js (latest within v3); for an exact build, use /v3.0.0/sdk.global.js.

Element-only build

If you only need the <coin-moebius-buy> element and not the JS API on window.CoinMoebius, use the slimmer entry:

<script src="https://sdk.coinmoebius.com/latest/sdk.element.js"></script>

Source

Open source at github.com/aquarian-metals/coin-moebius.