{"id":27874678,"url":"https://github.com/camerodev/uniswap-rs","last_synced_at":"2026-05-12T19:04:25.007Z","repository":{"id":231525135,"uuid":"772758670","full_name":"camerodev/uniswap-rs","owner":"camerodev","description":"Unofficial Rust SDK library for Uniswap smart contracts.","archived":false,"fork":false,"pushed_at":"2024-03-15T20:50:50.000Z","size":371,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T01:39:45.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camerodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-15T20:50:44.000Z","updated_at":"2024-03-29T17:35:38.000Z","dependencies_parsed_at":"2024-04-04T13:17:50.362Z","dependency_job_id":"2f642718-7562-4f51-9c28-dd6f1ffedc9b","html_url":"https://github.com/camerodev/uniswap-rs","commit_stats":null,"previous_names":["slickcharmer/uniswap-rs","camerodev/uniswap-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/camerodev/uniswap-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Funiswap-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Funiswap-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Funiswap-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Funiswap-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camerodev","download_url":"https://codeload.github.com/camerodev/uniswap-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Funiswap-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32952817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-05T01:37:17.831Z","updated_at":"2026-05-12T19:04:20.929Z","avatar_url":"https://github.com/camerodev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# uniswap-rs\n\n[![Crates.io][crates-badge]][crates-url]\n[![MIT License][mit-badge]][mit-url]\n[![CI Status][actions-badge]][actions-url]\n\n[crates-badge]: https://img.shields.io/crates/v/uniswap-rs.svg\n[crates-url]: https://crates.io/crates/uniswap-rs\n[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[mit-url]: https://github.com/danipopes/uniswap-rs/blob/master/LICENSE\n[actions-badge]: https://github.com/danipopes/uniswap-rs/workflows/CI/badge.svg\n[actions-url]: https://github.com/danipopes/uniswap-rs/actions?query=workflow%3ACI+branch%3Amaster\n\nUnofficial Rust SDK library for Uniswap smart contracts.\n\n## Quickstart\n\nAdd this to your Cargo.toml:\n\n```toml\n[dependencies]\nuniswap-rs = { git = \"https://github.com/danipopes/uniswap-rs\" }\n```\n\nAnd this to your code:\n\n```rust\nuse uniswap_rs::prelude::*;\n```\n\n## Examples\n\nExamples can be found [here][examples].\n\n[examples]: https://github.com/danipopes/uniswap-rs/tree/master/examples\n\n## Roadmap\n\n-   [ ] [UniswapV2 protocol](https://docs.uniswap.org/contracts/v2/overview)\n    -   [x] Implementation\n    -   [x] Documentation\n    -   [ ] Tests\n-   [ ] [UniswapV3 protocol](https://docs.uniswap.org/contracts/v3/overview)\n    -   [ ] Implementation\n    -   [ ] Documentation\n    -   [ ] Tests\n-   [ ] [UniversalRouter](https://docs.uniswap.org/contracts/universal-router/overview)\n    -   [x] Implementation\n    -   [x] Documentation\n    -   [ ] Tests\n-   [x] [Contract addresses](src/contracts/addresses.json)\n    -   [x] Uniswap\n    -   [x] Sushiswap\n    -   [x] Pancakeswap\n    -   [x] Quickswap\n    -   [x] Spookyswap\n    -   [x] Traderjoe\n-   [ ] Features\n    -   [x] Serde, Addressbook and `new_with_chain`\n    -   [ ] V2 and V3, separated\n\n## License\n\nThis project is licensed under the [MIT license](https://github.com/danipopes/uniswap-rs/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Funiswap-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamerodev%2Funiswap-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Funiswap-rs/lists"}