You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: