Helpers, plugins, and tools for @solana/kit.
| Package | Description | Version |
|---|---|---|
| @kit-helpers/transaction-builder | Fluent API for building, signing, and sending Solana transactions | 0.1.0 |
| @kit-helpers/local-validator | Plugin for managing local validator lifecycle | 0.1.0 |
| @kit-helpers/airdrop-token | Plugin for creating test tokens | 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
└── examples/ # Demo apps
MIT