ebellocchia / py_crypto_hd_wallet

HD wallet for cryptocurrencies based on my bip_utils library
MIT License
52 stars 34 forks source link

Support Polygon Mumbai Testnet #5

Closed JacobInCode closed 3 years ago

JacobInCode commented 3 years ago

Does the Polygon "Mumbai" testnet work with this HD Wallet implementation?

ebellocchia commented 3 years ago

Hi, if the address of the test network is the same of the main network yes, you can use Ethereum or Polygon to generate the keys

JacobInCode commented 3 years ago

Thanks

JacobInCode commented 3 years ago

@ebellocchia should I use the path m/44'/60 still?

ebellocchia commented 3 years ago

Yes it's always the same path. For Ethereum, usually the path of the first address is m/44'/60'/0'/0/0 (some wallets may use different paths like m/44'/60'/0'/0 or m/44'/60'/0').

JacobInCode commented 3 years ago

Thanks