Overview of @solana/example-react-app features
mainThe @solana/example-react-app demonstrates how to integrate @solana/kit and @solana/react into a web application. Key capabilities demonstrated include:
- Wallet Connectivity: Connecting to one or more browser wallets that support the Wallet Standard.
- Balance Management: Fetching and subscribing to the balance of the currently selected wallet.
- Message Signing: Signing arbitrary messages using a wallet account.
- Lamport Transfers: Performing transfers from a selected wallet to any other connected wallet.