Skip to Content

Kite

The modern TypeScript library for Solana

From the creator of @solana/helpers

Do most Solana tasks in one step

Do everything else as fast as possible

Start building

Get things done

Checking token balances
Transferring tokens
Creating token metadata
Getting PDAs
Minting new tokens
Making funded wallets
await connection.transferTokens({
sender: user,
destination: alice.address,
mintAddress: myToken,
amount: lamports(1n * SOL),
});

Works with Anchor

Includes a complete Anchor Smart Contract, that recieves tokens, stores tokens, sends tokens, creates data accounts, closes accounts, has access rules, a huge suites of tests, and more.

Docs that are written not generated

Solana founders are bald because they read documentation like "mintAuthority - defines the mint authority" and tear their hair out.

Kite has documentation that's genuinely helpful, right in Cursor AI, VSCode, Sublime or whatever editor you use.

From the
creator of @solana/helpers

Built on Solana's most popular high level library for web3.js, by the original creator and author.

Kite is the only update of @solana/helpers for kit.

Compatible with @solana/kit

Built on @solana/kit with complete compatibility.

Kite uses the same types as @solana/kit.

Kite is tiny, and you can easily ditch Kite and swap to raw kit, if you prefer. But you won't.

Start building