ethereum-sdk

Crates.ioethereum-sdk
lib.rsethereum-sdk
version0.1.0
sourcesrc
created_at2024-11-14 10:17:09.56459
updated_at2024-11-14 10:17:09.56459
descriptionlibrary for ethereum
homepagehttps://github.com/rooct/ethereum-sdk-rs.git
repositoryhttps://github.com/rooct/ethereum-sdk-rs.git
max_upload_size
id1447622
size15,056
Hoctok (rooct)

documentation

README

初始化

let ethereum_client = EthereumClient::new(
        &etherum.endpoint,
        &etherum.chain_name,
        etherum.chain_id,
        etherum.start_height,
        etherum.contracts.clone(),
    )
    .await;
Commit count: 3

cargo fmt