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
pub mod evm;
/// contains some parameters used globally.
pub mod global;
pub mod tool;
pub mod uniswap;