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

Add ioPay wallet adapter #1017

Closed chen-yijiang closed 2 months ago

chen-yijiang commented 3 months ago

Hi, Team Solana-Labs,

This PR adds ioPay wallet to the list of supported wallets to make it easier for our users to connect to wallet-adapter dapps.

Please let me know if anything needs to be added or changed to satisfy your requirements.

Cheers, ioPay Wallet team

@ssamkkim

jordaaash commented 2 months ago

We aren't accepting new adapters for injected wallets. See the guide for wallets. You'll want to implement the Wallet Standard in your wallet and register it as a Standard Wallet. When you do, it will be detected automatically by Solana apps that use Wallet Adapter.