Solana KitSolana Kit Docs
openbudgetfun/solana_kit 999999

Package Index

Category-level map of the Solana Kit workspace packages with guidance on where to start.

Use this page when you need to answer: which package should I import?

For full per-package rationale and package-by-package usage guidance, continue to Complete Package Catalog.

Start with the umbrella package unless you have a reason not to#

If you're building an application and want the smoothest experience for the core SDK surface, start with:

Then move to smaller packages only when you want a narrower dependency surface or a stricter architectural boundary. Program-specific packages such as solana_kit_system and solana_kit_token should always be imported explicitly.

Umbrella#

Core primitives#

Transaction stack#

RPC + subscriptions#

Accounts + programs#

Codecs + options#

Program clients#

Specialized integrations#

Utilities#

Workspace support#

Helpful follow-ups#