solana-kit とは?
Solana キット (JavaScript SDK) — エージェント駆動の Solana ツール用の RPC、署名者、トランザクション、アカウント、コーデック、指示プラン、およびプログラム クライアント。 ソース: hairyf/blockchain-skills。
Solana キット (JavaScript SDK) — エージェント駆動の Solana ツール用の RPC、署名者、トランザクション、アカウント、コーデック、指示プラン、およびプログラム クライアント。
コマンドラインで solana-kit AI スキルを開発環境にすばやくインストール
ソース: hairyf/blockchain-skills。
Concise reference for building Solana apps with Kit: functional API, tree-shakeable imports, RPC + RPC Subscriptions, signers, transaction messages, account fetch/decode, codecs, and program clients.
| Setup | Install, RPC/RPC Subscriptions, typed client | core-setup | | RPC | HTTP client — getBalance, getAccountInfo, getLatestBlockhash, send | core-rpc | | RPC Subscriptions | WebSocket — accountNotifications, slotNotifications | core-rpc-subscriptions | | Functional | pipe(), pipeline transforms | core-functional |
| Signers | KeyPairSigner, airdrop, wallet swap, no-op | core-signers | | Transactions | pipe, fee payer, lifetime, instructions, sign, send-and-confirm | core-transactions | | Transaction confirmation | Block height exceedence, recent signature, nonce invalidation, timeout | core-transaction-confirmation |
Solana キット (JavaScript SDK) — エージェント駆動の Solana ツール用の RPC、署名者、トランザクション、アカウント、コーデック、指示プラン、およびプログラム クライアント。 ソース: hairyf/blockchain-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/hairyf/blockchain-skills --skill solana-kitSolana キット (JavaScript SDK) — エージェント駆動の Solana ツール用の RPC、署名者、トランザクション、アカウント、コーデック、指示プラン、およびプログラム クライアント。 ソース: hairyf/blockchain-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/hairyf/blockchain-skills --skill solana-kit インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/hairyf/blockchain-skills