UNPKG

rango-sdk-basic

Version:
25 lines (18 loc) 1.06 kB
# Rango Exchange SDK ## 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 ``` ## 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/)