{"id":22416326,"url":"https://github.com/bunsdev/uni-fork","last_synced_at":"2025-06-24T08:02:29.723Z","repository":{"id":107392227,"uuid":"527328848","full_name":"BunsDev/uni-fork","owner":"BunsDev","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-21T21:18:20.000Z","size":12400,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T00:54:02.619Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"uni-fork.vercel.app","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/BunsDev.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}},"created_at":"2022-08-21T21:17:49.000Z","updated_at":"2022-08-21T21:22:40.000Z","dependencies_parsed_at":"2023-07-06T13:16:13.519Z","dependency_job_id":null,"html_url":"https://github.com/BunsDev/uni-fork","commit_stats":null,"previous_names":[],"tags_count":98,"template":false,"template_full_name":null,"purl":"pkg:github/BunsDev/uni-fork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Funi-fork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Funi-fork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Funi-fork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Funi-fork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BunsDev","download_url":"https://codeload.github.com/BunsDev/uni-fork/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BunsDev%2Funi-fork/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632034,"owners_count":23187268,"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":"2024-12-05T15:15:45.592Z","updated_at":"2025-06-24T08:02:29.698Z","avatar_url":"https://github.com/BunsDev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uniswap Interface\n\n[![Lint](https://github.com/Uniswap/uniswap-interface/workflows/Lint/badge.svg)](https://github.com/Uniswap/uniswap-interface/actions?query=workflow%3ALint)\n[![Tests](https://github.com/Uniswap/uniswap-interface/workflows/Tests/badge.svg)](https://github.com/Uniswap/uniswap-interface/actions?query=workflow%3ATests)\n[![Styled With Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)\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://uniswap.org/docs/)\n- Twitter: [@UniswapProtocol](https://twitter.com/UniswapProtocol)\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/Y7TF6QA)\n- Whitepaper: [Link](https://hackmd.io/C-DvwDSfSxuh-Gd4WKE_ig)\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## Listing a token\n\nPlease see the\n[@uniswap/default-token-list](https://github.com/uniswap/default-token-list) \nrepository.\n\n## Development\n\n### Install Dependencies\n\n```bash\nyarn\n```\n\n### Run\n\n```bash\nyarn start\n```\n\n### Configuring the environment (optional)\n\nTo have the interface default to a different network when a wallet is not connected:\n\n1. Make a copy of `.env` named `.env.local`\n2. Change `REACT_APP_NETWORK_ID` to `\"{YOUR_NETWORK_ID}\"`\n3. Change `REACT_APP_NETWORK_URL` to e.g. `\"https://{YOUR_NETWORK_ID}.infura.io/v3/{YOUR_INFURA_KEY}\"` \n\nNote that the interface only works on testnets where both \n[Uniswap V2](https://uniswap.org/docs/v2/smart-contracts/factory/) and \n[multicall](https://github.com/makerdao/multicall) are deployed.\nThe interface will not work on other networks.\n\n## Contributions\n\n**Please open all pull requests against the `master` branch.** \nCI checks will run against all PRs.\n\n## Accessing Uniswap Interface V1\n\nThe Uniswap Interface supports swapping against, and migrating or removing liquidity from Uniswap V1. However,\nif you would like to use Uniswap V1, the 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%2Fbunsdev%2Funi-fork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunsdev%2Funi-fork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunsdev%2Funi-fork/lists"}