
最新指南

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.

This guide will teach you how to use Solana gRPC (Yellowstone-compatible Geyser gRPC) to monitor Solana programs and Carbon to Parse real-time Pump.fun transaction data.

本指南将详细介绍如何使用 Quicknode 的 Solana gRPC(与 Yellowstone 兼容的 Geyser gRPC)和 Go 语言,实时监控 Solana 流动性池。这种流式处理方式可实现近乎即时的数据访问,其延迟远低于传统的 RPC 轮询方法,因此非常适合交易机器人、分析平台和 DeFi 应用。

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

A step-by-step guide to building a Solana MCP server for LLM integration, enabling seamless AI/blockchain interactions through natural language.

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

Solana Jupiter Trading Bot
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.

Solana MCP 服务器
A basic Solana MCP server that gives tools like Claude Desktop (or Cursor) the ability to query the Solana blockchain directly. This integration will enables you to perform tasks like checking wallet balances, viewing token accounts, retrieving transaction details, and analyzing account information—all from the power of your LLM client.