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
1
2
3
4
5
6
7
8
9
10
/// abi related to uniswap interaction
pub mod abi;
/// price related features.
pub mod price;
/// type related to uniswap interaction
pub mod types;
/// Interaction with Uniswap v2.
pub mod v2;
/// Interaction with Uniswap v3.
pub mod v3;