https://github.com/yllvar/jupiterbot
Using Temporal to execute Solana Trade on Jupiter
https://github.com/yllvar/jupiterbot
Last synced: about 2 months ago
JSON representation
Using Temporal to execute Solana Trade on Jupiter
- Host: GitHub
- URL: https://github.com/yllvar/jupiterbot
- Owner: yllvar
- Created: 2024-11-23T14:11:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T14:29:04.000Z (over 1 year ago)
- Last Synced: 2025-05-16T13:11:25.853Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JupiterBot
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.
## How to Use
1. Populate `temporal_keys.py` with your Temporal RPC URLs.
2. Populate `dontshare.py` with your Helius API key and Solana private key.
3. Run the bot using `python main.py`.
## Dependencies
- Python 3.9 or later
- `requests`, `solders`, `base58`
## Run Instructions
```bash
python main.py
# JupiterBot
Original code is inspired by @moondevonyt