cfmms

Crates.iocfmms
lib.rscfmms
version0.6.2
sourcesrc
created_at2022-12-09 20:49:26.392037
updated_at2023-03-17 19:23:25.780676
descriptionCFMM lib built in Rust enabling pair syncing and swap simulation with pools on Ethereum.
homepagehttps://github.com/0xKitsune/cfmms-rs
repositoryhttps://github.com/0xKitsune/cfmms-rs
max_upload_size
id733484
size2,027,355
(0xKitsune)

documentation

README

------------------------------------

Tests and Docs are still being written 🏗️.

Tests are still being written, assume bugs until tested. If you would like to help contribute on the tests or docs, feel free to open up an issue or make a PR.

------------------------------------

cfmms-rs

Sync pairs simulate swaps, and interact with constant function market makers on Ethereum.

Supported Dexes

Dex Status
UniswapV2 variants
UniswapV3

Running Examples

To run any of the examples, first set a local environment variable called ETHEREUM_MAINNET_ENDPOINT. Then you can simply run cargo run --example <example_name>.

Commit count: 362

cargo fmt