0.0.4 • Published 11 months ago

@rair-protocol/sdk v0.0.4

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
11 months ago

rair-sdk

Simple developer SDK for RAIRprotocol

Getting started

npm install @rair-protocol/sdk

After installing, you can import and initialize the SDK:

import { RairSDK } from "@rair-prototocol/sdk";

const settings = {
  serverURL, // URL for backend
  socketURL, // URL for socket
};

const rairSDK = new RairSDK(settings);
0.0.4

11 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago