0

How to generate same wallet address(same public key) in both BEP20(Binance Smart Chain) and ERC20(Ethereum) using web3?

I want to use one single key pair for both networks. I can see some exchange website provide same wallet address for both networks.

TylerH
  • 20,799
  • 66
  • 75
  • 101
Alireza Asadi
  • 11
  • 1
  • 2

1 Answers1

0

You can generate an address by using

web3.eth.accounts.create();
TylerH
  • 20,799
  • 66
  • 75
  • 101