We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
许多 dapp 在 connect wallet 之前需要勾选用户协议(一般是需要配合后端的 dapp,也就是 connect 后紧接着要 sign),需要想办法能够支持这种流程,或者给出示例:
https://kyberswap.com/
考虑 Wallet 支持 disabled 属性,通过示例的方式提供
Wallet
disabled
Nothing.
The text was updated successfully, but these errors were encountered:
实现两个 feature 应该可以支持类似的需求:
disabled: boolean
walletListPrefixContent: React.ReactNode
Sorry, something went wrong.
放到签名流程?
No branches or pull requests
Background
许多 dapp 在 connect wallet 之前需要勾选用户协议(一般是需要配合后端的 dapp,也就是 connect 后紧接着要 sign),需要想办法能够支持这种流程,或者给出示例:
https://kyberswap.com/
Proposal
考虑
Wallet
支持disabled
属性,通过示例的方式提供Additional context
Nothing.
The text was updated successfully, but these errors were encountered: