虽然官方的algosdk (Python SDK for Algorand)文档建议,只需调用以下函数(link)即可恢复钱包: create_wallet(name, pswd, driver_name此外,官方Algorand文档还展示了如何使用上述函数恢复钱包(link): # recover the wallet by passing mdk when creating a wallet
new_walletkcl.create_wallet("MyTestWallet2", "testpassword", m
我正试图在NextJS应用程序和我的Algorand钱包(Pera)之间使用WalletConnect建立一个有效的连接。我可以连接,但是NextJS应用程序不会发送任何像dApp名称这样的元数据。import WalletConnect from "@walletconnect/client";
import QRCodeModal from "algorand-walletconnect-qrcode-modal