anza-xyz / wallet-adapter

Modular TypeScript wallet adapters and components for Solana applications.
https://anza-xyz.github.io/wallet-adapter/
Apache License 2.0
1.61k stars 964 forks source link

When any wallet is not installed, users can be guided to install it #1007

Open LeifXu opened 3 months ago

LeifXu commented 3 months ago

When any wallet is not installed, users can be guided to install it.

For example, import the Phantom wallet

const wallets: Adapter[] = [new PhantomWalletAdapter()]

When I click on it, the window disappears without any prompts.

Screenshot 2024-08-07 at 1 29 53 PM

This experience is quite poor. I hope a guide page will appear after clicking, just like Rainbowkit.

Screenshot 2024-08-07 at 1 33 22 PM