Drop-in <script>-tag delivery of the Coin Moebius browser SDK.
<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.
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>
Open source at github.com/aquarian-metals/coin-moebius.