Solana Client
@solana/client is the headless Solana runtime that bundles RPC, wallets, transactions, and subscriptions in one store.
| Package | Description | GitHub |
|---|---|---|
| @solana/client | Headless client runtime | Source |
Solana React Hooks
@solana/react-hooks layers a React provider and hooks on top of @solana/client, reusing the same runtime and cache.
| Package | Description | GitHub |
|---|---|---|
| @solana/react-hooks | React provider + hooks for UIs | Source |
Solana Kit
@solana/kit is the recommended TypeScript SDK for building on Solana.
| Package | Description | GitHub |
|---|---|---|
| @solana/kit | Core SDK | Source |
| @solana-program/system | Interact with System program | Source |
| @solana-program/token | Interact with Token program | Source |
| @solana-program/token-2022 | Interact with Token-2022 program | Source |
| @solana-program/memo | Interact with Memo program | Source |
| @solana-program/compute-budget | Interact with Compute Budget program | Source |
Solana Web3.js
@solana/web3.js is the legacy TypeScript SDK for Solana.
Is this page helpful?