πGet an address for a Signer
In this section we'll explain how to get a public EVM address from a wallet using different methods
With Private key:
With Mnemonic phrase:
Important: you should never store your private key nor Mnemonic phrase in a file. This is only for development purposes
With a Browser provider:
To be capable to handle several wallets on the front-end, we are using a client storage method that'll remember the chosen provider inside the window.choseProvider
object as described in the "Implement multiple wallet support on your dApp front-end" section.
Last updated