rango-sdk
Version:
Rango Exchange SDK for dApps
26 lines (18 loc) • 1.01 kB
Markdown
# Rango Exchange SDK
- [Multiple-SDK Reference](https://docs.rango.exchange/api-integration/main-api-multi-step/api-reference)
## Main SDK (Multi Step Tx)
[](https://badge.fury.io/js/rango-sdk)
[](https://github.com/rango-exchange/rango-sdk/blob/master/LICENSE)
### Installation
```shell
yarn add rango-sdk
# or
npm install rango-sdk --save
```
## Usage
- [Main-SDK Reference](https://docs.rango.exchange/api-integration/main-api-multi-step/api-reference)
- Examples
- [EVM Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-evm/)
- [Solana Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-solana/)
- [Tron Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-tron/)
- [Starknet Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/main/node-starknet/)