ethereum_addresses library

Functions

checksumEthereumAddress(String address) String
Converts an Ethereum address to a checksummed address (EIP-55).
ethereumAddressFromPublicKey(Uint8List publicKey) String
Derives an Ethereum address from a given public key.
isValidEthereumAddress(String address) bool
Returns whether a given Ethereum address is valid.