Links

SDK v1 (Multistep TXs)

Introduction

Rango multi-transaction (multitx/multistep) software development kit (SDK) is the most complex routing SDK offered by rango which includes multiple transactions that are required to be signed by the user separately. While multiple signatures are bad for user experience, this results in somewhat lower fees for the user and each transaction can be checked separately. For most use-cases, we suggest using Basic SDK (Single-TX) rather than Multi-TX SDK. Basic SDK results in better user experience and faster execution of cross-chain swaps.

Installation

How to integrate Multi-TX SDK in your dApp? Read below

APIs

Here are the endpoints for multi-tx APIs.

Examples

Integration Checklist