Load Wallet from a Wallet App (Phantom, Solflare, etc.)
Kite can load wallets from a wallet app (Phantom, Solflare, or any other wallets that support Wallet Standard).
We’re still working on the docs, for this, but there’s two examples of how to do this:
- Solana Kit React App - React front end that demonstrates connecting to wallets, Sign in With Solana, signing messages and sending instructions to
systemProgram.transfer
- Anchor Election 2025 - Anchor app with React front end that demonstrates connecting to wallets, Sign in With Solana, and sending custom instructions for an Anchor program’sisntruction handler.
Last updated on