{"id":31914139,"url":"https://github.com/ambiretech/uniswap-ambire-sdk-demo","last_synced_at":"2026-07-16T23:33:16.746Z","repository":{"id":65310530,"uuid":"572424706","full_name":"AmbireTech/uniswap-ambire-sdk-demo","owner":"AmbireTech","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-13T10:17:18.000Z","size":141319,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-22T03:56:30.557Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmbireTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-30T08:44:38.000Z","updated_at":"2022-11-30T08:52:16.000Z","dependencies_parsed_at":"2023-12-13T11:36:49.988Z","dependency_job_id":null,"html_url":"https://github.com/AmbireTech/uniswap-ambire-sdk-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AmbireTech/uniswap-ambire-sdk-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Funiswap-ambire-sdk-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Funiswap-ambire-sdk-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Funiswap-ambire-sdk-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Funiswap-ambire-sdk-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmbireTech","download_url":"https://codeload.github.com/AmbireTech/uniswap-ambire-sdk-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmbireTech%2Funiswap-ambire-sdk-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35560452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-13T18:59:56.100Z","updated_at":"2026-07-16T23:33:16.719Z","avatar_url":"https://github.com/AmbireTech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uniswap Labs Interface\n\n[![Unit Tests](https://github.com/Uniswap/interface/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/unit-tests.yaml)\n[![Integration Tests](https://github.com/Uniswap/interface/actions/workflows/integration-tests.yaml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/integration-tests.yaml)\n[![Lint](https://github.com/Uniswap/interface/actions/workflows/lint.yml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/lint.yml)\n[![Release](https://github.com/Uniswap/interface/actions/workflows/release.yaml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/release.yaml)\n[![Crowdin](https://badges.crowdin.net/uniswap-interface/localized.svg)](https://crowdin.com/project/uniswap-interface)\n\nAn open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens.\n\n- Website: [uniswap.org](https://uniswap.org/)\n- Interface: [app.uniswap.org](https://app.uniswap.org)\n- Docs: [uniswap.org/docs/](https://docs.uniswap.org/)\n- Twitter: [@Uniswap](https://twitter.com/Uniswap)\n- Reddit: [/r/Uniswap](https://www.reddit.com/r/Uniswap/)\n- Email: [contact@uniswap.org](mailto:contact@uniswap.org)\n- Discord: [Uniswap](https://discord.gg/FCfyBSbCU5)\n- Whitepapers:\n  - [V1](https://hackmd.io/C-DvwDSfSxuh-Gd4WKE_ig)\n  - [V2](https://uniswap.org/whitepaper.pdf)\n  - [V3](https://uniswap.org/whitepaper-v3.pdf)\n\n## Accessing the Uniswap Interface\n\nTo access the Uniswap Interface, use an IPFS gateway link from the\n[latest release](https://github.com/Uniswap/uniswap-interface/releases/latest),\nor visit [app.uniswap.org](https://app.uniswap.org).\n\n## Unsupported tokens\n\nCheck out `useUnsupportedTokenList()` in [src/state/lists/hooks.ts](./src/state/lists/hooks.ts) for blocking tokens in your instance of the interface.\n\nYou can block an entire list of tokens by passing in a tokenlist like [here](./src/constants/lists.ts)\n\n## Contributions\n\nFor steps on local deployment, development, and code contribution, please see [CONTRIBUTING](./CONTRIBUTING.md).\n\n## Accessing Uniswap V2\n\nThe Uniswap Interface supports swapping, adding liquidity, removing liquidity and migrating liquidity for Uniswap protocol V2.\n\n- Swap on Uniswap V2: https://app.uniswap.org/#/swap?use=v2\n- View V2 liquidity: https://app.uniswap.org/#/pool/v2\n- Add V2 liquidity: https://app.uniswap.org/#/add/v2\n- Migrate V2 liquidity to V3: https://app.uniswap.org/#/migrate/v2\n\n## Accessing Uniswap V1\n\nThe Uniswap V1 interface for mainnet and testnets is accessible via IPFS gateways\nlinked from the [v1.0.0 release](https://github.com/Uniswap/uniswap-interface/releases/tag/v1.0.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambiretech%2Funiswap-ambire-sdk-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fambiretech%2Funiswap-ambire-sdk-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fambiretech%2Funiswap-ambire-sdk-demo/lists"}