| Crates.io | eip55 |
| lib.rs | eip55 |
| version | 0.4.0 |
| created_at | 2021-03-05 15:50:42.785554+00 |
| updated_at | 2023-03-17 16:31:46.919759+00 |
| description | EIP-55 checksum and validator |
| homepage | |
| repository | https://github.com/PumpkinSeed/eip55-rs |
| max_upload_size | |
| id | 364394 |
| size | 8,990 |
Rust implementation of EIP-55
fn main () {
eip55::validate_address("0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed"); // returns true
eip55::checksum("0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed"); // returns "0x5aAeb6053F3E94C9b9A09f33669435E7Ef1BeAed"
}