0.0.5 • Published 1 year ago

@spidex/client v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@spidex/client

Docs Link

Installation

yarn add @spidex/client
// or
npm i @spidex/client --save

Usage

import { Client } from "@spidex/client";

const client = new Client(
  {
    apiURL: "https://rest.devnet.spidex.app",
    rpcURL: "https://rpc.devnet.spidex.app",
    prefix: "spx",
  }
);