1 unstable release

new 0.1.0 Nov 14, 2024

#20 in Magic Beans

Download history 94/week @ 2024-11-09

94 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
~822K SLoC