uniswap-rs

Crates.iouniswap-rs
lib.rsuniswap-rs
version0.4.0
sourcesrc
created_at2022-10-27 10:23:56.276742
updated_at2023-01-06 18:20:47.951862
descriptionUnofficial Rust SDK library for Uniswap smart contracts.
homepagehttps://docs.rs/uniswap-rs
repositoryhttps://github.com/danipopes/uniswap-rs
max_upload_size
id699047
size603,415
(DaniPopes)

documentation

README

uniswap-rs

Crates.io MIT License CI Status

Unofficial Rust SDK library for Uniswap smart contracts.

Quickstart

Add this to your Cargo.toml:

[dependencies]
uniswap-rs = { git = "https://github.com/danipopes/uniswap-rs" }

Examples

Examples can be found here.

Roadmap

  • UniswapV2 protocol
    • Implementation
    • Documentation
    • Tests
  • UniswapV3 protocol
    • Implementation
    • Documentation
    • Tests
  • Contract addresses
    • Uniswap v2 and v3
    • Sushiswap
    • Pancakeswap
    • Quickswap
    • Spookyswap
    • Traderjoe
  • Features
    • Serde, Addressbook and new_with_chain
    • V2 and V3, separated

License

This project is licensed under the MIT license.

Commit count: 172

cargo fmt