Technical Guide to Generating an Ethereum Addresses
Ethereum Addresses are based on the Hexadecimal format (also base16 or hex). Hexadecimal numbers from â0â to â9â represent values from zero to nine, and âAâââFâ (or lower case âaâââfâ) represent values from ten to fifteen. Ethereum addresses are not case sensitive and can be used as lowercase or uppercase.