我试着用web3来实现walletconnect -在docs中遵循他们的例子,但似乎它在本地主机上不起作用,但在代码箱中却是有效的。有人能向我解释一下是怎么发生的吗?我的简单代码框是指https://codesandbox.io/s/react-typescript-forked-dj3tr?file=/src/connectors/walletConnect.ts
发布于 2022-04-08 16:51:12
使用WalletConnect中的https WalletConnect函数返回global.crypto.subtle,在不安全模式http中,它是未定义的。
https://stackoverflow.com/questions/70766350
复制相似问题