Skip to main content
  1. Guides
  2. /All Tags
  3. /Solana Guides

Solana Guides

135 guides
Chain: All
Language: All
Technology: All
Product: All
Use Case: All
Level: All

Using Scaled UI Amount Token Extension on Solana

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.

Created May 16, 2025Intermediate
SolanaJavaScriptSolana CLISolana KitSolana-web3.jsSPL Token ProgramToken ExtensionsToken-2022TypeScript

Jito Bundles: Bundle Solana Transactions with Rust

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.

Created May 8, 2025IntermediateVideo
SolanaBundlesJitoRustSolana KitTransactions

Yellowstone and Carbon: Parse Real-time Solana Program Data

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

Created April 30, 2025Intermediate
SolanaCarbonGeyserMarketplaceRust

Monitor Solana Liquidity Pools with Yellowstone gRPC Geyser Plugin (Go)

This guide will walk through how to monitor Solana liquidity pools in real-time using QuickNode's Yellowstone gRPC Add-on 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.

Created April 25, 2025Intermediate
SolanaGeyserGoMarketplace

Monitor Solana Programs with Yellowstone gRPC Geyser Plugin (Rust)

This guide will teach you how to use Yellowstone gRPC with Rust to monitor Solana programs.

Created April 23, 2025Intermediate
SolanaGeyserMarketplaceRust

How to Build a Solana MCP Server for LLM Integration

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

Created April 14, 2025Intermediate
SolanaAIMCPSolana KitTypeScriptWeb3

Confidential Transfers on Solana: A Developer's Guide

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.

Created March 20, 2025AdvancedVideo
SolanaSPL Token ProgramToken-2022Zero-Knowledge Proofs

Solana Development for EVM Developers

This guide is designed for EVM developers who want to explore Solana's ecosystem and understand how its architecture, account model, and execution environment differ from Ethereum. By the end of this guide, you'll have a clear understanding of Solana's core concepts, including stateless programs, account-based storage, parallel transaction execution, and fee markets.

Created March 19, 2025Intermediate
EthereumSolanaEthers.jsEVMRustSolana-Web3.jsSolidity

Introduction to Solana Wallets

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

Created March 4, 2025Beginner
SolanaWallets

Protect Solana Transactions with Lighthouse Assertion Guards

Learn how to protect your Solana transactions from malicious transaction instructions by utilizing Lighthouse assertion instructions in your transaction.

Created February 28, 2025Intermediate
SolanaJavaScriptLighthouseSolana KitTypeScript