solana-kit

Guide Solana Kit development for RPC connections, signers, and transactions in TypeScript.

116|9|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/elophanto/EloPhanto --skill solana-kit-elophanto
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: solana-kit
Source: https://github.com/elophanto/EloPhanto/tree/main/skills/solana-kit-sdk
Command: npx skills add https://github.com/elophanto/EloPhanto --skill solana-kit-elophanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Solana development teams require an end-to-end, code-first guide to building on Solana using the Solana Kit, covering RPC connections, signers, transaction construction, signing, sending, and on-chain data retrieval.

Core Features & Use Cases

  • Tree-shakeable, zero-dependency toolkit for Solana development with @solana/kit
  • End-to-end workflow for building, testing, and deploying Solana apps including token operations, compute budgets, and durable nonce patterns
  • Practical examples and references across core packages and Solana programs to accelerate real-world projects

Quick Start

Install the kit, create an RPC client, generate a signer, build a transaction, sign it, and send on Devnet.

Frequently Asked Questions about solana-kit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an RPC connection and manage signers for Solana transactions in TypeScript?▼

To set up Solana transactions in TypeScript, create an RPC client and generate signers using the tree-shakeable @solana/kit. This zero-dependency toolkit provides end-to-end workflows for building, signing, and sending transactions on Devnet.

What is the best way to construct Solana transactions with compute budgets and durable nonce patterns?▼

Constructing Solana transactions with compute budgets and durable nonce patterns is handled through the @solana/kit toolkit. It provides practical code examples and reference patterns to implement these advanced transaction features in TypeScript projects.

Can I query on-chain accounts and execute token operations using a zero-dependency Solana development toolkit?▼

Yes, you can query on-chain accounts and execute token operations using the @solana/kit. It is a tree-shakeable, zero-dependency toolkit that provides comprehensive reference patterns across core packages and Solana programs for data retrieval.

Does Solana Kit work with existing TypeScript projects without requiring additional dependencies?▼

Solana Kit works with existing TypeScript projects as a tree-shakeable, zero-dependency toolkit. You can install the @solana/kit package directly into your project to access RPC connections, signers, and transaction construction features without heavy overhead.

How do I build, sign, and send a Solana transaction on Devnet step by step?▼

To send a Solana transaction on Devnet, install the @solana/kit, create an RPC client, generate a signer, build the transaction with compute budgets, sign it, and send it. The toolkit provides a quick start workflow for this end-to-end process.