Installation
Warnings:
- The Rango Basic SDK is still in beta. Please use it at your own risk.
The first phase of
rango-sdk-basic
is available to use as an NPM package for dApps interested in integrating Rango API. Here are Github and NPM links to our SDK.First, install the SDK using this command:
# Install via NPM
npm install rango-sdk-basic --save
import { RangoClient } from "rango-sdk-basic"
const rangoClient = new RangoClient(RANGO_API_KEY)
In the next sections, we will discover available methods for
RangoClient
.Last modified 4mo ago