{"id":25302050,"url":"https://github.com/shivamycodee/uniswap-webapp-clone","last_synced_at":"2026-02-12T03:10:31.604Z","repository":{"id":275881629,"uuid":"927277852","full_name":"Shivamycodee/uniswap-webapp-clone","owner":"Shivamycodee","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-05T03:42:42.000Z","size":210910,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T13:50:56.084Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shivamycodee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-04T17:41:14.000Z","updated_at":"2025-02-05T03:42:45.000Z","dependencies_parsed_at":"2025-02-05T04:37:24.981Z","dependency_job_id":null,"html_url":"https://github.com/Shivamycodee/uniswap-webapp-clone","commit_stats":null,"previous_names":["shivamycodee/uniswap-webapp-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shivamycodee/uniswap-webapp-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivamycodee%2Funiswap-webapp-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivamycodee%2Funiswap-webapp-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivamycodee%2Funiswap-webapp-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivamycodee%2Funiswap-webapp-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shivamycodee","download_url":"https://codeload.github.com/Shivamycodee/uniswap-webapp-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivamycodee%2Funiswap-webapp-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453476,"owners_count":25108470,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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-02-13T06:50:51.446Z","updated_at":"2026-02-12T03:10:26.586Z","avatar_url":"https://github.com/Shivamycodee.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uniswap web app clone.\n\n- This repo is a clone of uniswap web app: [app.uniswap.org](https://app.uniswap.org)\n\n- Although the main code for the web app is located in `apps/web`, the whole structure follows a monorepo setup provided by Uniswap to manage all of their UI products, including the **Uniswap Mobile App (Android/iOS), Uniswap Extension, and Uniswap Web App**.\n\n\n\n## Official Instructions by Uniswap to Run the Web App\n\n```shell\n$ git clone https://github.com/Uniswap/interface\n$ cd interface\n$ yarn\n$ yarn web start\n\n```\n\n- Unfortunately, running these commands will result in multiple errors. Below, I have outlined how to resolve some of the issues I encountered.\n\n## How to resolve issues.\n\n1. Create this file `.env.defaults` in the root of the project and the this data in it...\n\n```shell\nALCHEMY_API_KEY=key\nAMPLITUDE_EXPERIMENTS_DEPLOYMENT_KEY=key\nAPPSFLYER_API_KEY=key\nAPPSFLYER_APP_ID=123,\nDATADOG_CLIENT_TOKEN=key\nDATADOG_PROJECT_ID=123,\nINFURA_KEY=key\nONESIGNAL_APP_ID=123,\nOPENAI_API_KEY=key\nQUICKNODE_ARBITRUM_RPC_URL=https://api.uniswap.org/\nQUICKNODE_BNB_RPC_URL=https://api.uniswap.org/\nQUICKNODE_MAINNET_RPC_URL=https://api.uniswap.org/\nQUICKNODE_SEPOLIA_RPC_URL=https://api.uniswap.org/\nQUICKNODE_ZORA_RPC_URL=https://api.uniswap.org/\nQUICKNODE_ZKSYNC_RPC_URL=https://api.uniswap.org/\nQUICKNODE_BLAST_RPC_URL=https://api.uniswap.org/\nQUICKNODE_AVAX_RPC_URL=https://api.uniswap.org/\nQUICKNODE_BASE_RPC_URL=https://api.uniswap.org/\nQUICKNODE_CELO_RPC_URL=https://api.uniswap.org/\nQUICKNODE_OP_RPC_URL=https://api.uniswap.org/\nQUICKNODE_POLYGON_RPC_URL=https://api.uniswap.org/\nQUICKNODE_WORLDCHAIN_RPC_URL=https://api.uniswap.org/\nQUICKNODE_ASTROCHAIN_SEPOLIA_RPC_URL=https://api.uniswap.org/\nSENTRY_DSN=http://sentry.com/\nSHAKE_CLIENT_ID=123,\nSHAKE_CLIENT_SECRET=123,\nSIMPLEHASH_API_KEY=key\nSIMPLEHASH_API_URL=https://api.simplehash.com/\nSTATSIG_PROXY_URL=https://api.statsig.com/\nTRADING_API_KEY=key\nUNISWAP_API_KEY=key\nWALLETCONNECT_PROJECT_ID=123,\nFIREBASE_APP_CHECK_DEBUG_TOKEN=token\n```\n\n2. Create a folder `__generated__` in apps/web/src/utils.\n\n3. You will encounter an error related to the package `universe@workspace` while installing dependencies. This is because `universe@workspace` is **not a valid package**. To resolve this, remove the `\"name\"` and `\"version\"` fields from the root `package.json` or you can add `\"private\":true`.\n\n4. You may also face an issue related to the package `@apidevtools/json-schema-ref-parser`. I am currently working on resolving this and have opened an issue on Uniswap's GitHub. You can track the issue here: [GitHub Issue](https://github.com/Uniswap/interface/issues/7835).\n\n- Update -\u003e The installation is failing because of a script: `tradingapi:generate` , The tradingapi:generate script is trying to read api.json, but it does not exist at the expected path `(D:\\unniswap-webapp-clone\\node_modules\\@apidevtools\\json-schema-ref-parser\\dist\\src\\data\\tradingApi\\api.json)` .\n\n- Another error we get with this is regaridng `root-workspace-0b6124@workspace` ,  the root workspace is being built parallelly could be interfering with the process in a way—if it's locking dependencies, preventing proper symlinking, or failing before everything is properly set up.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamycodee%2Funiswap-webapp-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivamycodee%2Funiswap-webapp-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamycodee%2Funiswap-webapp-clone/lists"}