ant-design / ant-design-web3

🥳 Efficient react components for building dapps easier | Connect crypto wallets and more Web3 UI components | Web3 icons | Supports Ethereum, Solana, Bitcoin, TON, Sui and others.
https://web3.ant.design
MIT License
882 stars 146 forks source link

Add more solana wallet #648

Open gin-lsl opened 8 months ago

gin-lsl commented 8 months ago

OKX, Trust, and more

by the way, some wallet has support Wallet Standard

yutingzhao1991 commented 8 months ago

Can you support WalletConnect? That way, we can connect by scanning a QR code.

yutingzhao1991 commented 8 months ago

https://www.blockdaemon.com/blog/solana-staking-made-simple

gin-lsl commented 8 months ago

just found a package https://www.npmjs.com/package/@solana/wallet-adapter-walletconnect, I will create a demo to verify.

yutingzhao1991 commented 8 months ago

just found a package https://www.npmjs.com/package/@solana/wallet-adapter-walletconnect, I will create a demo to verify.

嗯,支持 walletConnect 感觉比支持其它更多钱包更重要

gin-lsl commented 8 months ago

just found a package https://www.npmjs.com/package/@solana/wallet-adapter-walletconnect, I will create a demo to verify.

嗯,支持 walletConnect 感觉比支持其它更多钱包更重要

目前看来仍然需要一点时间。虽然可以成功扫码连接钱包,但它内部所依赖的库,并没有提供类似 wagmi 的 walletConnect 的 showQrModal 参数。只能显示内置的 QRCode 弹框。

yutingzhao1991 commented 8 months ago

showQrModal

可以先支持用 WalletConnect 内置弹窗,然后提 ISSUE 或者 提 PR 给 @solana/wallet-adapter-walletconnect 来支持关闭默认弹窗。

gin-lsl commented 8 months ago

OK