connectorkit
Solana wallet connection, signing, and migration for web apps
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ConnectorKit?โผ
Run `npx skills add solana-foundation/connectorkit --all -g -y` in your terminal to install this skill globally for your coding agent.
How to connect Solana wallets in a React app?โผ
Wrap your app in AppProvider with a default config, then use hooks like useConnectWallet and useWallet to list wallets and connect them. ConnectorKit works with any Wallet Standard compatible wallet such as Phantom or Solflare.
How to migrate from @solana/wallet-adapter?โผ
Use the compat bridge from @solana/connector/compat to keep existing wallet-adapter code running, then follow the included migration guide to replace providers and hooks incrementally.
Does ConnectorKit support server-side signing?โผ
Yes. It provides a browser-side remote wallet adapter plus Next.js route handlers for server signing, with built-in support for Fireblocks, Privy, and custom signer providers.
Does ConnectorKit work without React?โผ
Yes. The headless ConnectorClient from @solana/connector/headless works with Vue, Svelte, or plain JavaScript by subscribing to state changes directly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core