eth_checksum

Ethereum address checksum CLI in Rust

License Build status Crates.io

Install

bash cargo install eth_checksum

Getting started

bash $ eth_checksum {address}

Examples

```bash $ eth_checksum 0xe0fc04fa2d34a66b779fd5cee748268032a146c0

0xe0FC04FA2d34a66B779fd5CEe748268032a146c0 ```

```bash $ eth_checksum 0xE0FC04FA2D34A66B779FD5CEE748268032A146C0

0xe0FC04FA2d34a66B779fd5CEe748268032a146c0 ```

License

MIT