I am building a Web dApp and would like to show the users address. Is it possible read this from the signer object I get from MetaMask? Or is this intentionally not possible?
If it is not possible, what are common ways to achieve this goal? Ask the user explicitly? (This seems a bit cumbersome to me from a UI perspective but I can see how it is much better from the privacy perspective)
Thanks!
Edit: Clarify where the problem was for me.