Dapps

無法獲取帳戶詳細資訊

  • July 29, 2019
const accounts = await web3.eth.getAccounts()
   //sets the state of the account as a part of the constructor.
console.log(accounts[0])

id 使用上面的程式碼來顯示使用者的賬戶資訊。我嘗試過使用元遮罩的乙太坊主網路和 Ganache。不幸的是,它聲明該帳戶未定義。請幫忙。

您需要先執行 ethereum.enable(),參見: https ://metamask.github.io/metamask-docs/Advanced_Concepts/Provider_API

或者,您可以禁用元遮罩的隱私模式(在設置/安全和隱私中)參見https://medium.com/metamask/introducing-privacy-mode-42549d4870fa

引用自:https://ethereum.stackexchange.com/questions/73412