rango-sdk-basic
Version:
Rango Exchange Basic SDK for dApps
25 lines (18 loc) • 1.06 kB
Markdown
# Rango Exchange SDK
## Basic SDK (Single Step Tx)
[](https://badge.fury.io/js/rango-sdk-basic)
[](https://github.com/rango-exchange/rango-sdk/blob/master/LICENSE)
### Installation
```shell
yarn add rango-sdk-basic
# or
npm install rango-sdk-basic --save
```
## Usage
- [Basic-SDK Integration Tutorial](https://docs.rango.exchange/api-integration/basic-api-single-step/tutorial/sdk-example)
- [Basic-SDK Reference](https://docs.rango.exchange/api-integration/basic-api-single-step/api-reference)
- Examples
- [EVM Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/node-evm/)
- [Solana Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/node-solana/)
- [Tron Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/node-tron/)
- [Starknet Example](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/node-starknet/)