0.10.0 • Published 1 year ago

@quickscope/sdk v0.10.0

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

@quickscope/sdk

Welcome to the @quickscope/sdk package, a software development kit designed to interact seamlessly with the Quickscope Router API on the Solana blockchain. This package provides a robust and user-friendly set of functions to facilitate token swaps and transaction management.

Installation

Install the package using npm:

npm install @quickscope/sdk

Getting Started

Initialization

First, initialize the Router class with your API key:

import Quickscope from '@quickscope/sdk';
// OR
const Quickscope = require('@quickscope/sdk');

const location = "frankfurt" // frankfurt, nyc

let quickscopeSdk = await new Quickscope(location, ApiKey);

Functions Overview

Token Swaps

  • getSwapBest
  • getSwapCustom

Transaction Management

  • createTransaction
  • sendTransaction
  • simulateTransaction

Quote Retrieval

  • getQuoteAll
  • getQuoteBest
  • getQuoteCustom

Info

  • getProviders
  • getMint
  • getPools

Documentation

For detailed information on how to use each function, including installation instructions, usage examples, and API references, please visit our comprehensive documentation at Quickscope Documentation.

Thank you for using the @quickscope/sdk package. We hope it helps you integrate with the Quickscope Router API effortlessly and effectively. Happy coding!

0.10.0

1 year ago

0.9.12

1 year ago

0.9.11

1 year ago

0.9.10

1 year ago

0.9.9

1 year ago

0.9.8

1 year ago

0.9.7

1 year ago

0.9.6

1 year ago

0.9.5

1 year ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago