solana-kit
Skill based on Kit (anza-xyz/kit), generated 2026-02-25.
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.
Core References
| Topic | Description | Reference |
|---|---|---|
| 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 |
| Accounts | fetchEncodedAccount, program fetch/decode (fetchMint, decodeMint) | core-accounts |
| Address lookup tables | fetchLookupTables, compress message, decompile with lookups | core-address-lookup-tables |
| Addresses | Address type, validation, PDA derivation, codecs | core-addresses |
| Sysvars | Fetch/decode Clock, Rent, EpochSchedule, etc. | core-sysvars |
More from hairyf/blockchain-skills
solana-anchor
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
7solana
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
6tron
TRON (java-tron) - account model, DPoS, resources, system contracts, TVM, TRC-10/TRC-20, DEX, APIs, events, TronGrid.
4tronbox
Development framework and testing environment for TRON (TVM) and EVM-compatible chains — compile, migrate, test, and console.
3tonweb
TonWeb JavaScript SDK for TON. Wallets, BOC, HttpProvider, NFT, Jetton, DNS.
3viem
TypeScript interface for Ethereum — clients, contracts, accounts, chains, ENS, and utilities.
3