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 962 forks source link

Browser Wallet Interface #1038

Closed pynixwang closed 4 days ago

pynixwang commented 4 days ago

we need something like https://eips.ethereum.org/EIPS/eip-6963

make an interface and let wallet implement it.

not endless wallet adapter.

mcintyre94 commented 4 days ago

We already have this with wallet-standard. All wallet-standard wallets are automatically detected and included by all apps using wallet-adapter. Apps don't need to include adapters any more. Also see https://github.com/anza-xyz/wallet-adapter/blob/master/APP.md