Marketplace / pumpswap-tx-kit
PumpSwap TX Kitpumpswap-tx-kitv0.9.2

Buy/sell transaction builders for PumpSwap, globalVolumeAccumulator fix included.

Code moduleTSedition of 50
live demo
PumpSwap TX Kit
forkit.run/pumpswap-tx-kit
Live console · runs in a sandbox, no installLaunch live demo →
README.md

Typed buy/sell transaction builders for PumpSwap, including the globalVolumeAccumulator fix.

Overview

A focused module: build correct PumpSwap buy/sell transactions with slippage controls and the globalVolumeAccumulator fix applied. Import and use.

Quick start

bun add the package into your project, import buildBuyTx / buildSellTx, pass your connection and params.

Requirements

  • Bun / Node
  • @solana/web3.js

Stack

TS

Pinned dependencies, no lock-in to the seller's accounts. Deploy scripts included.

How it works, end to end

1. ingest → stream events from source
2. process → parse, score, decide
3. act → submit transaction / render output
4. log → record outcome + metrics

What it has

  • Buy/sell tx builders
  • globalVolumeAccumulator fix
  • Slippage controls
  • Typed helpers

Can be improved

  • Docs are terse
PumpSwap TX Kit · Fork It