For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ₯°Web Mini-Market

Use this code into any page on your website, and make sure you input your token address:

<iframe 
    style="border-radius: 24px;" 
    width="400" 
    height="540"
    allow="ethereum" 
    src="https://otsea.io/mini-market?tokenAddress=YOUR_TOKEN_ADDRESS"
>
<iframe
    style={{
        borderRadius: 24,
    }}
    width={400}
    height={540}
    allow="ethereum"
    src="https://otsea.xyz/mini-market?tokenAddress=YOUR_TOKEN_ADDRESS"
/>

That's it?

Yes. Enjoy your OTC Mini-Market!

Last updated