uniswap-v2-sdk

Crates.iouniswap-v2-sdk
lib.rsuniswap-v2-sdk
version2.0.0
created_at2024-03-28 16:24:59.135869+00
updated_at2025-10-05 09:22:04.428878+00
descriptionUniswap V2 SDK for Rust
homepage
repositoryhttps://github.com/shuhuiluo/uniswap-v2-sdk-rs
max_upload_size
id1189160
size172,737
Shuhui Luo (shuhuiluo)

documentation

README

Uniswap V2 SDK Rust

Rust CI crates.io

A Rust SDK for building applications on top of Uniswap V2. Migration from the TypeScript Uniswap/v2-sdk.

Quickstart

Add this to your Cargo.toml

[dependencies]
uniswap-v2-sdk = "2.0"

And this to your code:

use uniswap_v2_sdk::prelude::*;

Supported Rust Versions (MSRV)

The current MSRV (minimum supported rust version) is 1.85.

Note on no_std

By default, this library does not depend on the standard library (std). However, the std feature can be enabled.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 32

cargo fmt