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

feat: added okx wallet #1020

Closed okxweb3team001 closed 1 month ago

okxweb3team001 commented 2 months ago

Hi, Team Solana-Labs

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

jordaaash commented 1 month 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.