Skip to main content

Basic Token Transfer

With Associated Token Account Creation

Complete Component

Token Transfer (@solana/kit)

When to use Kit for token operations:
  • Building with @solana/kit architecture
  • Need modern type-safe transaction building
  • Want to integrate with Kit-native programs
  • Prefer createKitTransaction for automatic blockhash handling
Note: This example still uses @solana/spl-token for token account addresses and instructions, but wraps them in a Kit transaction. For fully Kit-native token operations, watch for @solana/spl-token Kit equivalents as they become available.