logo

OroSwap Widget

A lightweight swap interface to seamlessly embed into any dApp or webpage.
Built for ZIGChain, Powered by OroSwap’s liquidity.

Terminal is designed to work anywhere the web runs.

1<!-- Attach the loading script in your <head /> -->
2<link rel="stylesheet" href="https://widget.oroswap.org/static/css/main.fb24cb22.css">
3  <script src="https://widget.oroswap.org/static/js/main.js"></script>
4
5<!-- Prepare a div in your <body> for Terminal to render -->
6<div id="oro-terminal"></div>

Code snippet

1 <script> 
2  window.oroswap.init({
3    containerId: "oro-terminal",
4    apiKey: 'API_kEY'
5  });
6  </script>

For API key requests and whitelisting, please contact us via Discord or email at [email protected].

Our team will respond as soon as possible.