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.
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.
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.
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.
How to Set Up Method Rate Limits with QuickNode
Learn how to implement both IP-based and method-specific rate limits on your QuickNode endpoints to control API usage at a granular level. This guide walks through the process of setting up, testing, and monitoring rate limits based on RPC methods to secure your endpoints.
Deserialize Account Data with Solana Kit
Learn how to deserialize Solana Account data using Solana Kit's Decoder tools.
Automate Pump.fun Trading with Metis and Solana Kit
Learn to automate Pump.fun trading using TypeScript, Metis API, and Solana Kit. Step-by-step guide to fetch quotes, execute swaps, and build robust trading integrations programmatically.
Monitor Solana Accounts Using WebSockets and Solana Kit
Learn how to use Solana Kit'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.
Jito Bundles: What They Are and How to Use Them
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.
How to Use QuickNode Add-ons using Solana Kit (Part 2)
This guide will teach you how to integrate multiple QuickNode Add-ons, including REST APIs, into your Solana Kit application.