如何在一个项目中同时使用 WalletConnect 和 Tron WalletConnect?

问题描述 投票:0回答:1

我正在使用 WalletConnect 制作支付网关系统。 我想让我的应用程序为以太坊和波场提供WalletConnectTron WalletConnect

我的应用程序仅使用 WalletConnect 即可正常运行,但是当我尝试集成 Tron Wallet Connect 时,遇到以下错误。

chunk-GGUWXWGC.js?v=479b47fd:1965 Uncaught (in promise) DOMException: Failed to execute 'define' on 'CustomElementRegistry': the name "w3m-button" has already been used with this registry
    at legacyCustomElement (http://localhost:5174/node_modules/.vite/deps/chunk-GGUWXWGC.js?v=479b47fd:1965:18)
    at http://localhost:5174/node_modules/.vite/deps/chunk-GGUWXWGC.js?v=479b47fd:1979:99
    at nt (http://localhost:5174/node_modules/.vite/deps/index.es-2YWRQBFO.js?v=479b47fd:93:42)
    at http://localhost:5174/node_modules/.vite/deps/index.es-2YWRQBFO.js?v=479b47fd:106:264

有没有办法将两个钱包连接集成到一个项目中? 或者,是否有支持这两个链的开源 dapp?

谢谢你。

有没有办法将两个钱包连接集成到一个项目中? 或者,是否有支持这两个链的开源 dapp?

ethereum blockchain decentralized-applications tron wallet-connect
1个回答
0
投票

在获得类似的需求后,我也在进行研究,并且发现了一个公共 git 存储库,这可能会有所帮助。

https://github.com/reown-com/web-examples/tree/main/dapps

此外,您可以在 Tron 论坛上查看此开发者演讲:

https://forum.trondao.org/t/tron-wallet-connectivity-options-walletconnect-tronlink-bitkeep-etc/16153/14

© www.soinside.com 2019 - 2024. All rights reserved.