SkillAgentSearch skills...

SolGraph

C++ toolkit for analyzing and visualizing Solana transaction flows as Graphviz graphs.

Install / Use

/learn @Arseny288/SolGraph
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

🧠 BlockScope

BlockScope is an open-source C++ tool for analyzing transaction flows on the Solana network. It fetches transaction history via RPC, parses instructions, and visualizes wallet connections as a graph (.dot.png).


🚀 Features

  • 🔹 Fetch transactions by wallet address
  • 🔹 Parse instructions (Jupiter, Raydium, SPL, System)
  • 🔹 Generate transaction flow graphs in Graphviz DOT format
  • 🔹 Support for Helius RPC, with retry and rate-limit mechanisms
  • 🔹 Modular structure for easy backend integration

🧩 Installation

Requires CMake ≥ 3.20 and a compiler with C++20 support.

git clone https://github.com/Arseny288/SolGraph
cd BlockScope
cmake -B build
cmake --build build -j

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated5mo ago
Forks0

Languages

C++

Security Score

82/100

Audited on Nov 11, 2025

No findings