evm-trader 0.1.1

Implement most of the commonly used practical transaction-related functions of the EVM network, all EVM traders will need this.
Documentation
[dependencies.alloy]
features = ["full"]
version = "0.1"

[dependencies.chrono]
version = "0.4.42"

[dependencies.ethaddr]
version = "0.2.2"

[dependencies.ethers]
version = "2.0.14"

[dependencies.ethers-contract]
version = "2.0"

[dependencies.ethers-providers]
version = "2.0.14"

[dependencies.hex]
version = "0.4"

[dependencies.primitive-types]
version = "0.14.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[lib]
name = "evm_trader"
path = "src/lib.rs"

[package]
authors = ["happyboy <superhappyboy1995@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implement most of the commonly used practical transaction-related functions of the EVM network, all EVM traders will need this."
edition = "2024"
keywords = ["trade", "crypto", "defi", "finance", "evm"]
license = "GPL-3.0"
name = "evm-trader"
readme = "README.md"
repository = "https://github.com/0xhappyboy/evm-trader"
version = "0.1.1"