EVM Compatibility and Wallet Creation Across Various Blockchains

Hi Web3Auth Community,

I hope you all are doing well.

I have recently been working with the Web3Auth Node SDK and have generated a key on the Goerli testnet. I wanted to clarify some questions regarding its interoperability and extendability.

  1. EVM Compatibility: I wanted to understand if the key generated on the ETH blockchain is compatible with all EVM-based blockchains. I’m aware that many EVM compatible chains can share the same private key, but I wanted to confirm if this holds true for keys generated on ETH too.
  2. Wallet Creation on Non-EVM Blockchains: I am also interested in extending my project to other non-EVM blockchains like Bitcoin and Litecoin. I’m curious as to how I should go about structuring my code to create wallets across these blockchains. Are there certain best practices or particular considerations I should take into account while implementing this?

Any guidance or examples you could provide would be greatly appreciated. I look forward to your responses and the opportunity to learn from your experiences.

Thank you in advance for your time and help.

Best regards,

@gerald.quenum 1. Yes, this holds good for keys generated on ETH too. You can refer to the below documentation:

  1. Non-EVM blockchains are supported too. You can refer to this documenation:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.