Skip to content

Kirill52300/Jupiter-Swap-python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupiter Swap GUI

Jupiter Swap GUI Screenshot

A graphical interface for managing token swaps on Solana via the Jupiter Aggregator.

Features

  • Add, edit, and delete token swap pairs
  • Import pairs from a file
  • Run all swaps with one click
  • Monitor token balances
  • Store pairs in a SQLite database
  • Securely store your private key in a local file

Requirements

  • Python 3.8+
  • PyQt5
  • jup_swap module (must be implemented separately)
  • Install dependencies:
pip install -r req.txt

Usage

python main.py

Files

  • main.py — main GUI
  • jup_swap.py — module for Jupiter Aggregator interaction (not included)
  • pairs.db — database for pairs (created automatically)
  • private_key.txt — private key (not added to git)

Important

  • Do not store your private key in public repositories!
  • You need a jup_swap.py file that implements Solana interaction.

Contract Descriptions

For contract details and support: https://t.me/wwafwt

License

MIT

About

Jupiter "jup.ag" swap gui with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages