web3js – How to Access Account Name Instead of Address in MetaMask

metamaskreactweb3js

Instead of the account address like shown here, how can i get the account name instead?

Best Answer

First thing you need to know there is no name in accounts at ethereum. You can only access the address on ethereum, which is a 20 bytes string.