Closed gin-lsl closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
ant-design-web3 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 22, 2024 1:55pm |
Latest commit: b10b4ea8da2e425d16313e92b745d711932b4284
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Removed dependencies detected. Learn more about Socket for GitHub ↗︎
目前还有些编译错误
export const TiplinkWallet = () =>
WalletFactory(
new TipLinkWalletAdapter({
clientId: YOUR_TIPLINK_CLIENT_ID,
theme: 'system',
title: 'Ant Design Web3',
}),
metadata_TipLink,
);
这个可以内置。
@yutingzhao1991 本来是想要内置的,而且不会有这个编译错误。我先改成内置的,再看下合不合适。
我这里打开预览地址会报这个错误
改成了在 web3-solana 中内置。预览页面无法连接钱包,连接会被阻止。可以在本地尝试。
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.99%. Comparing base (
e790aea
) to head (b10b4ea
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
添加 Tiplink 示例
TipLink 可以通过 Google 登录来连接钱包。官网在 TipLink.io
代码中的 clientId 是从 Discord 联系官方提供的。
💡 Background and solution
🔗 Related issue link