web3p / web3.php

A php interface for interacting with the Ethereum blockchain and ecosystem. Native ABI parsing and smart contract interactions.
MIT License
1.15k stars 540 forks source link

Generate New Address Based On Private key or Public key #322

Open idevlinkcom opened 1 year ago

idevlinkcom commented 1 year ago

Can we create a new address based on public key or private key? so each new member balance is sum in main address like coinomi wallet?

kester5 commented 1 year ago

Yes you can

idevlinkcom commented 1 year ago

could you please send the tutorial?