
Aaron Milano
Tous les auteursAaron is a developer focused on developer-friendly tooling and educational content. He is passionate about helping builders learn, ship faster, and succeed in the Solana ecosystem.
Guides récents

Learn how to build a Rust application that monitors high-volume liquidity pools on Solana using Quicknode's CoinPaprika API and Yellowstone Geyser gRPC add-on. This guide covers fetching pool data, subscribing to real-time transactions, and processing updates for automated trading strategies.

This guide demonstrates how to use the Scaled UI Amount extension in the Solana Token-2022 program. It covers creating a token, minting, transferring, and updating the UI amount multiplier.

In this guide, we will explore what Jito Bundles are and how to use the Lil' JIT marketplace add-on to create and send them to the Jito Validator client using Rust.

Ce guide vous expliquera comment utiliser Solana gRPC (Geyser gRPC compatible avec Yellowstone) pour surveiller les programmes Solana, ainsi que Carbon pour analyser en temps réel les données de transactions de Pump.fun.

This guide will walk through how to monitor Solana liquidity pools in real-time using Quicknode's Solana gRPC (Yellowstone-compatible Geyser gRPC) and Go. This streaming approach provides near-instantaneous data access with significantly lower latency than traditional RPC polling methods, making it ideal for trading bots, analytics platforms, and DeFi applications.

This guide will teach you how to use Solana gRPC (Yellowstone-compatible Geyser gRPC) with Rust to monitor Solana programs.

Guide étape par étape pour la mise en place d'un serveur Solana MCP en vue de l'intégration d'un LLM, permettant des interactions fluides entre l'IA et la blockchain via le langage naturel.

Learn how to implement privacy-preserving token transactions on Solana using the Token-2022 Confidential Transfer Extension. This comprehensive developer guide covers encrypted balances, zero-knowledge proofs, and step-by-step instructions for creating tokens with hidden amounts.

This guide will give an overview of some common wallets on Solana.
Recent sample apps

Bot de trading Solana Jupiter
This is a simple demo uses Jupiter's Metis API and Quicknode's Metis add-on to create a simple Solana trading bot. The bot monitors price differences between token pairs and executes trades when profitable opportunities arise.

Serveur MCP Solana
Un serveur MCP Solana de base qui permet à des outils tels que Claude Desktop (ou Cursor) d'interroger directement la blockchain Solana. Cette intégration vous permettra d'effectuer des tâches telles que la vérification des soldes de portefeuille, la consultation des comptes de jetons, la récupération des détails des transactions et l'analyse des informations de compte, le tout grâce à la puissance de votre client LLM.