Integration Checklist

Here is a checklist for dApps and wallets that have integrated Rango and are ready to launch the product. This checklist includes sample scenarios that are great to be tested before the final release.

Scenario A: If your dApp purely supports Ethereum-based blockchains, including Ethereum, BSC, Polygon, Scroll, Arbitrum, etc.

  1. An on-chain swap such as BSC.USDT -> BSC.BNB

  2. A bridge such as Polygon.USDT -> AVAX.USDT.e

  3. A +2 step swap such as BSC.BNB -> AVAX.USDT.e

  4. Check approval scenarios such as BSC.BNB to some unpopular token in BSC which you've never had and vice versa.

Scenario B: If your dApp is purely cosmos-based:

  1. An AMINO IBC swap such as Cosmos.ATOM -> Osmosis.ATOM

  2. An AMINO swap such as Osmosis.Osmo -> Osmosis.ATOM

  3. A DIRECT swap such as Juno.Juno -> Juno.USDC via WYND DEX.

Scenario C: if your dApp is purely solana-based:

  1. An on-chain swap such as Solana.SOL -> Solana.USDC.

  2. A bridge from Solana to EVM such as Solana.SOL -> BSC.USDC.

  3. A bridge from EVM to Solana such as BSC.USDC -> Solana.SOL.

Hint: If you are a hybrid of the above models, try to do all the list together.

Last updated