Creates a keystore that wraps an external evm keystore, such as MetaMask. In a browser context where the user has the MetaMask browser extension installed and connected to the page, this could be used like:
createWeb3ProviderEvmKeyStore(window.ethereum) Copy
createWeb3ProviderEvmKeyStore(window.ethereum)
interface to use when communicating with the external provider
Creates a keystore that wraps an external evm keystore, such as MetaMask. In a browser context where the user has the MetaMask browser extension installed and connected to the page, this could be used like: