Distribution Kit

Embed the bridge anywhere

Drop this iframe on any site — wallet, docs, project page — and your visitors can swap wISK ↔ ISK without leaving. No keys, no SDK, no signup.

1 · Configure defaults

Default direction
Default amount (wISK)
Theme
Width (px or %)
Height (px)

2 · Copy the snippet

<iframe id="wisk-bridge" src="https://wisk.iskandercoin.com/embed?have=wISK&amount=100&theme=dark" style="width:100%;height:680px;border:0;background:transparent" allow="clipboard-write" loading="lazy" title="wISK to ISK bridge"></iframe>
<script>(function(){window.addEventListener("message",function(e){if(!e.data||e.data.type!=="swap-embed:height")return;var f=document.getElementById("wisk-bridge");if(f&&typeof e.data.height==="number")f.style.height=e.data.height+"px"});})();</script>

3 · Live preview

Sharing tips

· Responsive by default — width:100% inside any container.

· On order creation we post swap-embed:order-created to the parent window with the order ID.

· No keys or SDK. Anyone can embed.