@quickscope/sdk
v0.10.2
Published
An NPM package that is used for the quickscope router implementation
Maintainers
Readme
@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/sdkGetting 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
- 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!
