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

Solana Guides

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

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
SolanaJavaScriptLighthouseSolanaWeb3.js-2.0TypeScript

What is MEV (Maximum Extractable Value) and How to Protect Your Transactions on Solana

Learn about Maximum Extractable Value (MEV) on Solana and how to protect your transactions using QuickNode add-ons.

Created February 14, 2025Intermediate
SolanaDeFiMarketplaceMEVQuickNode Products

Create a Solana Copy Trading Bot Using Pump.fun

In this guide, we will walk through how to use QuickNode's Metis Pump.fun API and Yellowstone gRPC to create a Solana trading bot that copies trades on the Pump.fun DEX.

Created January 28, 2025Intermediate
SolanadAppsDeFiJavaScriptMarketplace Add-OnMetis - Jupiter V6 Swap APIPump.funSwap

Deserialize Account Data with Solana Web3.js 2.0

Learn how to deserialize Solana Account data using Solana Web3.js 2.0's Decoder tools.

Created January 16, 2025Intermediate
SolanaJavaScriptRaydiumSolanaWeb3.js-2.0TypeScript

Automate Pump.fun Trading with Metis and Solana Web3.js 2.0

Learn to automate Pump.fun trading using TypeScript, Metis API, and Solana Web3.js 2.0. Step-by-step guide to fetch quotes, execute swaps, and build robust trading integrations programmatically.

Created January 9, 2025Intermediate
SolanaJavaScriptMarketplaceMarketplace Add-OnMetis - Jupiter V6 Swap APIPump.funQuickNode ProductSolanaWeb3.js-2.0TypeScript

Monitor Solana Accounts Using WebSockets and Solana Web3.js 2.0

Learn how to use Solana Web3.js 2.0's new subscription system to monitor changes on-chain. This guide covers setting up WebSocket connections, creating account subscriptions, and properly handling errors and cleanup.

Created November 15, 2024Beginner
SolanaSolanaWeb3.js-2.0TypeScriptWebSocket