What problem does it solve? Building Solana frontend apps requires coordinating wallet connection, transaction signing, secure API key handling, and reliable transaction submission, and mistakes like exposing API keys in the browser or using legacy wallet providers cause security and reliability failures. ## Core Features & Use Cases - Wallet Connection: Integrate Phantom Connect via @phantom/react-sdk, @phantom/browser-sdk, or @phantom/react-native-sdk, including social login (Google/Apple) and extension detection. - Transaction Signing & Submission: Sign transactions with Phantom and submit through Helius Sender with priority fee estimates, Jito tips, and compute unit optimization. - On-Chain Data & Security: Query assets via Helius DAS, parse transaction history, stream real-time updates through server relays, and proxy API keys through a backend. - Use Case: Build a token-gated NFT gallery where users connect Phantom, sign a message to prove ownership, and a backend verifies holdings via Helius DAS before rendering content. ## Quick Start Ask the assistant to build a React app that connects a Phantom wallet and displays the connected wallet's token balances using Helius.