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?
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.
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