【发布时间】:2022-10-22 17:21:32
【问题描述】:
我需要使用@walletconnect/react-native-dapp 获取元掩码的地址
【问题讨论】:
-
显示您的代码以及您已经尝试过的内容。
标签: react-native blockchain ethereum wallet wallet-connect
我需要使用@walletconnect/react-native-dapp 获取元掩码的地址
【问题讨论】:
标签: react-native blockchain ethereum wallet wallet-connect
下面是获取钱包地址的示例代码:
import { useWalletConnect } from "@walletconnect/react-native-dapp";
export default function fetchWalletAddress() {
const connector = useWalletConnect();
const walletAddress= connector.accounts[0]
}
https://docs.walletconnect.com/quick-start/dapps/react-native
【讨论】: