An open API service indexing awesome lists of open source software.

https://github.com/rango-exchange/rango-sdk

Rango Exchange Typescript SDK
https://github.com/rango-exchange/rango-sdk

aggregator bitcoin bridge bridge-sdk coswasm cross-chain crosschain-swap defi ethereum nodejs rango rango-exchange solana swap tron typescript web3

Last synced: 28 days ago
JSON representation

Rango Exchange Typescript SDK

Awesome Lists containing this project

README

        

# Rango Exchange SDK

Documents:

- [Basic-SDK Reference](https://docs.rango.exchange/api-integration/basic-api-single-step/api-reference)
- [Multiple-SDK Reference](https://docs.rango.exchange/api-integration/main-api-multi-step/api-reference)
- [Examples](https://github.com/rango-exchange/rango-sdk/tree/master/examples)
- [Basic-SDK Integration Tutorial](https://docs.rango.exchange/api-integration/basic-api-single-step/tutorial/sdk-example)

## Basic SDK (Single Step Tx)

[![npm version](https://badge.fury.io/js/rango-sdk-basic.svg)](https://badge.fury.io/js/rango-sdk-basic)
[![license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/rango-exchange/rango-sdk/blob/master/LICENSE)

### Installation

```shell
yarn add rango-sdk-basic
# or
npm install rango-sdk-basic --save
```

## Main SDK (Multi Step Tx)

[![npm version](https://badge.fury.io/js/rango-sdk.svg)](https://badge.fury.io/js/rango-sdk)
[![license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/rango-exchange/rango-sdk/blob/master/LICENSE)

### Installation

```shell
yarn add rango-sdk
# or
npm install rango-sdk --save
```