Registry / crypto / eth-checksum

eth-checksum

JSON →
library0.1.2rscratesunverified

Ethereum address checksum implementation.

# Cargo.toml [dependencies] eth_checksum = "0.1.2"
INSTALL
IMPORT
SIG · ETH-CHECKSUM
E
eth-checksum
cryptorustv0.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

checksum
use eth_checksum::checksum;

Computes the EIP-55 checksum for an Ethereum address.

use eth_checksum::checksum; fn main() { let addr = "0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359"; let checksummed = checksum(addr).unwrap(); println!("{}", checksummed); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Resources
eth-checksum — cargo add eth-checksum · libregistry