kora-client
Installation
SKILL.md
Kora Client Integration
Kora is a Solana paymaster that enables gasless transactions. Users pay fees in SPL tokens (e.g. USDC) instead of SOL.
Docs: https://launch.solana.com/docs/kora/
SDK: @solana/kora (npm)
Peer deps: @solana/kit v6+, @solana-program/token v0.10+
Two Client Patterns
1. Standalone KoraClient
import { KoraClient } from '@solana/kora';