Is it possible for me to get multiple public address using python web3?
I want to create a unique public address for each of my customers from my private key in python web3.
Is it possible for me to get multiple public address using python web3?
I want to create a unique public address for each of my customers from my private key in python web3.
You cannot create multiple addresses from a private key, because each private key corresponds one public key.