1️⃣Installation

The first phase of defispot-sdk-basic is available to use as an NPM package for dApps interested in integrating Defispot API. Here are Github and NPM links to our SDK.

Quick Start

First, install the SDK using this command:

# Install via NPM

npm install rango-sdk-basic --save

Then you could initiate RangoClient using your own API key:

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 updated