kornrunner / php-ethereum-address

Pure PHP Ethereum Address Generator
MIT License
39 stars 16 forks source link

Wallet #4

Open Razorholt opened 2 years ago

Razorholt commented 2 years ago

First of, thanks a lot for the code!

I'm getting confused with terminologies at the moment. What's the difference between Account, Address and Wallet? I currently need to create a smart contract wallet but isn't it the same thing at an Account?

Thanks, -Dan

aliqasemzadeh commented 1 year ago

Hi Wallet can use for any chain and usually is a seed phrase. From one seed in bitcoin you can create lots of addresses. In ETH you can create address with private key and check balance and withdraw it.