uniswap-rs

Unofficial Rust SDK library for Uniswap smart contracts.
Quickstart
Add this to your cargo.toml:
toml
[dependencies]
uniswap_rs = { git = "https://github.com/danipopes/uniswap-rs" }
Examples
Examples can be found here.
Roadmap
- [ ] UniswapV2 protocol
- [x] Implementation
- [x] Documentation
- [ ] Tests
- [ ] UniswapV3 protocol
- [ ] Implementation
- [ ] Documentation
- [ ] Tests
- [x] Contract addresses
- [x] Uniswap v2 and v3
- [x] Sushiswap
- [x] Pancakeswap
- [x] Quickswap
- [x] Spookyswap
- [x] Traderjoe
License
This project is licensed under the MIT license.