Style guide

account

accounts-keysstandardtranslate

Definition

An Ethereum account is a digital identity on the Ethereum blockchain, allowing users to send, receive ether, and interact with smart contracts.

Technical:
Its an object containing an address, balance, nonce, and optional storage and code. An account can be a contract account or an externally owned account (EOA).