error “fromMnemonic()”创建以太币钱包
作者:Radu Bogdan 提问时间:3/9/2023
这里怎么了? const userWalletKeys = Wallet.createRandom().mnemonic const userWallet = ethers.Wallet.fromM...
钱包 问答列表
作者:Radu Bogdan 提问时间:3/9/2023
这里怎么了? const userWalletKeys = Wallet.createRandom().mnemonic const userWallet = ethers.Wallet.fromM...
作者:user3115040 提问时间:10/31/2023
我想开发一个可以添加到苹果钱包并与 iPhone 非接触式流程一起使用的票证。 当用户点击此票证时,我希望他选择是针对一个人还是更多人访问(不同的用户可能有不同的选项)。 我想使用我的自定义页面拦截流...
作者:gojic 提问时间:11/17/2023
您好,我有一个任务,用户可以使用 walletconnect 连接到我们的 react js dapp,扫描二维码。问题是,在应用程序中,如果用户想从我的智能合约调用某些函数,我需要提供一个提供程序。...