1 unstable release

0.1.0 Nov 14, 2024

#279 in #ethereum

Download history 66/week @ 2024-11-08 54/week @ 2024-11-15 5/week @ 2024-11-22 4/week @ 2024-12-06

129 downloads per month

MIT license

16KB
386 lines

初始化

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

Dependencies

~28–44MB
~825K SLoC