
アーロン・ミラノ
すべての著者アーロンは、開発者に優しいツールや教育コンテンツの開発に注力している開発者です。彼は、Solanaエコシステムにおいて、開発者が学び、より迅速に製品をリリースし、成功を収められるよう支援することに情熱を注いでいます。
最近のガイド

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.

このガイドでは、Jito Bundlesとは何か、そしてLil' JITマーケットプレイスアドオンを使用して、RustでJito Bundlesを作成し、Jito Validatorクライアントに送信する方法について解説します。

このガイドでは、Solana gRPC(Yellowstone互換のGeyser gRPC)を使用してSolanaプログラムを監視し、CarbonとParseを活用してPump.funのトランザクションデータをリアルタイムで解析する方法について解説します。

このガイドでは、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.

LLM統合のためのSolana MCPサーバー構築の手順ガイド。自然言語を通じて、AIとブロックチェーンのシームレスな連携を実現します。

Token-2022 Confidential Transfer Extension を使用して、Solana 上でプライバシー保護型トークン取引を実装する方法をご紹介します。この包括的な開発者向けガイドでは、暗号化された残高、ゼロ知識証明、および残高を非公開にしたトークンを作成するための手順を詳しく解説しています。

このガイドでは、Solanaでよく使われているウォレットの概要を解説します。
最近のサンプルアプリ

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 サーバー
Claude Desktop(またはCursor)などのツールがSolanaブロックチェーンに直接クエリを実行できるようにする、基本的なSolana MCPサーバーです。この統合により、ウォレットの残高確認、トークンアカウントの閲覧、トランザクション詳細の取得、アカウント情報の分析といったタスクを、すべてLLMクライアントの機能を活用して実行できるようになります。