A graphical interface for managing token swaps on Solana via the Jupiter Aggregator.
- 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
- Python 3.8+
- PyQt5
jup_swapmodule (must be implemented separately)- Install dependencies:
pip install -r req.txtpython main.pymain.py— main GUIjup_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)
- Do not store your private key in public repositories!
- You need a
jup_swap.pyfile that implements Solana interaction.
For contract details and support: https://t.me/wwafwt
MIT
