From 86df4f2d888981d34c8c08ff33186a67b56a94bb Mon Sep 17 00:00:00 2001 From: Utkarsh Bhimte Date: Sun, 9 Jun 2024 02:44:50 +0530 Subject: [PATCH] chore: Update repository name and description for ProxySwap --- README.md | 43 ++++++++++--------------------------------- apps/web/README.md | 24 ++++-------------------- apps/web/package.json | 6 +++--- 3 files changed, 17 insertions(+), 56 deletions(-) diff --git a/README.md b/README.md index 76e3211ae..c5af7a668 100644 --- a/README.md +++ b/README.md @@ -1,49 +1,24 @@ -# Uniswap Labs: Front End Interfaces +# ProxySwap Labs: Front End Interfaces -An open source repository for all Uniswap front end interfaces maintained by Uniswap Labs. Uniswap is a protocol for decentralized exchange of Ethereum tokens. +Welcome to the frontend repository for ProxySwap, a Uniswap V3 fork designed to operate on the DegenChain L3 blockchain. This repository contains the user interface and client-side components of ProxySwap. ## Interfaces -- Web: [app.uniswap.org](https://app.uniswap.org) -- Wallet: [wallet.uniswap.org](https://wallet.uniswap.org) +- Web: [proxyswap.tips](https://proxyswap.tips) -## Socials / Contact +## Contact -- Twitter: [@Uniswap](https://twitter.com/Uniswap) -- Reddit: [/r/Uniswap](https://www.reddit.com/r/Uniswap/) -- Email: [contact@uniswap.org](mailto:contact@uniswap.org) -- Discord: [Uniswap](https://discord.gg/FCfyBSbCU5) +If you have any questions, suggestions, or feedback, please feel free to reach out to us: -## Uniswap Links +- Farcaster: [/proxyswap](https://warpcast.com/~/channel/proxyswap) -- Website: [uniswap.org](https://uniswap.org/) -- Docs: [uniswap.org/docs/](https://docs.uniswap.org/) - -## Whitepapers - -- [V3](https://uniswap.org/whitepaper-v3.pdf) -- [V2](https://uniswap.org/whitepaper.pdf) -- [V1](https://hackmd.io/C-DvwDSfSxuh-Gd4WKE_ig) +We appreciate your interest in ProxySwap and look forward to building a thriving DEX ecosystem on the DegenChain L3 blockchain together! ## Apps For instructions per application or package, see the README published for each application: - [Web](apps/web/README.md) -- [Mobile](apps/mobile/README.md) - -## Releases - -All interface releases are tagged and published to this repository. To browse them easily, see the [Github releases tab](https://github.com/Uniswap/interface/releases). - -## Translations - -Translations for our applications are done through [crowdin](https://crowdin.com). - -| App | Coverage | -| ------- | -------- | -| web | [![Crowdin](https://badges.crowdin.net/uniswap-interface/localized.svg)](https://crowdin.com/project/uniswap-interface) | -| mobile | [![Crowdin](https://badges.crowdin.net/uniswap-wallet/localized.svg)](https://crowdin.com/project/uniswap-wallet) | ## 🗂 Directory Structure @@ -53,4 +28,6 @@ Translations for our applications are done through [crowdin](https://crowdin.com | `config/` | Shared infrastructure packages and configurations. | | `packages/` | Shared code packages covering UI, shared functionality, and shared utilities. | -. +## License + +ProxySwap is in compliance with the Uniswap v3 Business Source License. The Uniswap v3 Core software is licensed under the Business Source License 1.1 and the Uniswap v3 Periphery software is licensed under GPL 2.0, as per the original Uniswap v3 protocol \ No newline at end of file diff --git a/apps/web/README.md b/apps/web/README.md index 376e4ccf0..7b9fd1dac 100644 --- a/apps/web/README.md +++ b/apps/web/README.md @@ -1,10 +1,8 @@ -# Uniswap Labs Web Interface +# Proxyswap Labs Web Interface -## Accessing the Uniswap Interface +## Accessing the Proxyswap Interface -To access the Uniswap Interface, use an IPFS gateway link from the -[latest release](https://github.com/Uniswap/uniswap-interface/releases/latest), -or visit [app.uniswap.org](https://app.uniswap.org). +To access the Proxyswap Interface, visit [proxyswap.tips](https://proxyswap.tips). ## Running the interface locally @@ -17,18 +15,4 @@ yarn web start Check out `useUnsupportedTokenList()` in [src/state/lists/hooks.ts](./src/state/lists/hooks.ts) for blocking tokens in your instance of the interface. -You can block an entire list of tokens by passing in a tokenlist like [here](./src/constants/lists.ts) - -## Accessing Uniswap V2 - -The Uniswap Interface supports swapping, adding liquidity, removing liquidity and migrating liquidity for Uniswap protocol V2. - -- Swap on Uniswap V2: -- View V2 liquidity: -- Add V2 liquidity: -- Migrate V2 liquidity to V3: - -## Accessing Uniswap V1 - -The Uniswap V1 interface for mainnet and testnets is accessible via IPFS gateways -linked from the [v1.0.0 release](https://github.com/Uniswap/uniswap-interface/releases/tag/v1.0.0) +You can block an entire list of tokens by passing in a tokenlist like [here](./src/constants/lists.ts) \ No newline at end of file diff --git a/apps/web/package.json b/apps/web/package.json index 1e06844d1..fc8985e96 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,7 +1,7 @@ { - "name": "@uniswap/interface", + "name": "@makerdock/interface", "version": "1.1.0", - "description": "Uniswap Interface", + "description": "ProxySwap Interface", "license": "GPL-3.0-or-later", "scripts": { "ajv": "node scripts/compile-ajv-validators.js", @@ -306,4 +306,4 @@ "node": "20", "yarn": ">=1.22" } -} +} \ No newline at end of file