JupiterBot is a Solana trading bot that uses the Jupiter API for market buys, Temporal RPC for transaction submission, and a built-in tipping system.
- Populate
temporal_keys.py
with your Temporal RPC URLs. - Populate
dontshare.py
with your Helius API key and Solana private key. - Run the bot using
python main.py
.
- Python 3.9 or later
requests
,solders
,base58
python main.py
# JupiterBot
Original code is inspired by @moondevonyt