cfmms 0.6.2

CFMM lib built in Rust enabling pair syncing and swap simulation with pools on Ethereum.
1
2
3
4
5
6
7
8
9
10
mod abi;
pub mod checkpoint;
pub mod dex;
pub mod errors;
pub mod pool;
pub mod sync;
pub mod throttle;
pub use pool::simulate_route;
pub use pool::simulate_route_mut;
pub mod batch_requests;