Skip to content

v1.5.6

Latest
Compare
Choose a tag to compare
@oselezi oselezi released this 26 Nov 13:50

Introduction

The Solana Volume SDK allows developers to easily interact with the Solana blockchain to generate trading volume, create market maker orders, and perform swaps. It leverages the power of the Solana ecosystem and integrates with popular decentralized exchanges (DEXes) and services like Jupiter and Jito for MEV protection.

Features

  • 🚀 Easy to Use: Simple and intuitive API for interacting with the Solana blockchain.
  • 📈 Volume Generation: Generate trading volume for a given token to simulate market activity.
  • MEV Protection: Integrates with Jito for transaction bundling and MEV protection.
  • 🔧 DEX Integration: Supports multiple DEXes and allows you to specify which ones to include.
  • 💰 Market Making: Create multiple maker orders to provide liquidity.
  • 🛠️ TypeScript Support: Fully typed for better developer experience and code safety.

Installation

Install the SDK via npm:

npm install @oselezi/solana-volume-sdk

Or using yarn:

yarn add @oselezi/solana-volume-sdk