Helpers, plugins, and tools for @solana/kit.
| Package | Description | Version |
|---|---|---|
| @kit-helpers/client | Batteries-included Solana client with all kit-helpers plugins | 0.1.0 |
| @kit-helpers/action | Transaction lifecycle plugin — send, simulate, sign | 0.1.0 |
| @kit-helpers/query | Framework-agnostic query definitions for Solana data fetching | 0.1.0 |
| @kit-helpers/wallet | Framework-agnostic wallet plugin with Wallet Standard support | 0.1.0 |
| @kit-helpers/transaction-builder | Fluent API for building, signing, and sending Solana transactions | 0.1.0 |
| @kit-helpers/asset | Well-known Solana asset addresses | 0.1.0 |
| @kit-helpers/jito | Jito bundle plugin — bundle submission, tip accounts, and status polling | 0.1.0 |
| @kit-helpers/local-validator | Solana test validator lifecycle management | 0.1.0 |
| @kit-helpers/airdrop-token | Airdrop utility for creating token mints, ATAs, and minting tokens | 0.1.0 |
Note: The
@kit-helpers/program-systemand@kit-helpers/program-tokenpackages have been removed. Their functionality is now provided by the native@solana-program/systemand@solana-program/tokenplugins, composed automatically by@kit-helpers/clientunderclient.program.systemandclient.program.token.
| Package | Description | Version |
|---|---|---|
| @kit-helpers/renderer-react-hooks | Codama renderer for generating React hooks from IDLs | 0.1.0 |
| @kit-helpers/renderer-js-docs | Codama renderer for generating docs from IDLs | 0.1.0 |
# Install dependencies
make install
# Build all packages
make build
# Run tests
make test
# Lint & format
make fixSee Makefile for all available commands.
kit-helpers/
├── plugins/ # @solana/kit plugins
├── renderers/ # Codama renderers
└── examples/ # Demo apps
MIT