cfmms 0.1.3

CFMM lib built in Rust enabling pair syncing and swap simulation with pools on Ethereum.
Documentation
1
2
3
4
5
6
7
8
mod abi;
pub mod checkpoint;
pub mod dex;
pub mod error;
pub mod filter;
pub mod pool;
pub mod sync;
mod throttle;