-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Is your feature request related to a problem? Please describe.
Currently, the application only supports viewing balances and transactions, but there is no way for a user to send SOL directly from one wallet address to another. This limits the usability of the platform as users must rely on external wallets or CLIs to transfer SOL.
Describe the solution you'd like
Add a “Send SOL” section in the UI where users can:
Enter the recipient wallet address.
Input the amount of SOL to send.
Review transaction details (network fee, balance check).
Confirm and broadcast the transaction directly from the app.
This would provide a complete wallet-like experience without leaving the platform.
Describe alternatives you've considered
Using Solana CLI commands like solana transfer — but this requires technical knowledge.
Relying on third-party wallets (Phantom, Solflare, etc.) — but this breaks the flow and depends on external tools.
While these alternatives exist, they reduce convenience and accessibility for new users.
Additional context
The feature should validate the wallet address format before sending.
Optionally, add a transaction history view for all outgoing transfers.
Could be extended later to support Token-2022 / SPL tokens beyond SOL.