{"id":29248545,"url":"https://github.com/rstudio-tech/uniswap_rs","last_synced_at":"2025-07-04T00:08:10.552Z","repository":{"id":302495009,"uuid":"899378255","full_name":"rstudio-tech/uniswap_rs","owner":"rstudio-tech","description":"Unofficial uniswap SDK with RUST","archived":false,"fork":false,"pushed_at":"2024-12-06T06:27:57.000Z","size":388,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T17:55:29.511Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rstudio-tech.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-06T06:26:52.000Z","updated_at":"2024-12-06T06:28:15.000Z","dependencies_parsed_at":"2025-07-02T18:05:36.919Z","dependency_job_id":null,"html_url":"https://github.com/rstudio-tech/uniswap_rs","commit_stats":null,"previous_names":["rstudio-tech/uniswap_rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rstudio-tech/uniswap_rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio-tech%2Funiswap_rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio-tech%2Funiswap_rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio-tech%2Funiswap_rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio-tech%2Funiswap_rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstudio-tech","download_url":"https://codeload.github.com/rstudio-tech/uniswap_rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstudio-tech%2Funiswap_rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421931,"owners_count":23464051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-07-04T00:08:09.350Z","updated_at":"2025-07-04T00:08:10.468Z","avatar_url":"https://github.com/rstudio-tech.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%2Frstudio-tech%2Funiswap_rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstudio-tech%2Funiswap_rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstudio-tech%2Funiswap_rs/lists"}