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 multiple working example projects, that recieve tokens, store tokens, send tokens, create data accounts, close accounts, have access rules, a huge suite of tests, connects to browsers using React to send transactions to Anchor programs.

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