Explain ethereum>accounts

Accounts

An Ethereum account is an entity with an ether (ETH) balance that can send transactions on Ethereum.

Externally owned accounts (EOAs) are controlled by private keys and can start transactions.

Contract accounts are controlled by code. They execute when called and can hold ETH or other assets.

User-controlled accounts depend on private keys. The next lesson shows how a private key creates and controls one account.

Your Accounts