Skip to content

Commit

Permalink
chore: Update repository name and description for ProxySwap
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarshbhimte committed Jun 8, 2024
1 parent 22b5830 commit 86df4f2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 56 deletions.
43 changes: 10 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
@@ -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: [[email protected]](mailto:[email protected])
- 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

Expand All @@ -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
24 changes: 4 additions & 20 deletions apps/web/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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: <https://app.uniswap.org/swap?use=v2>
- View V2 liquidity: <https://app.uniswap.org/pools/v2>
- Add V2 liquidity: <https://app.uniswap.org/add/v2>
- Migrate V2 liquidity to V3: <https://app.uniswap.org/migrate/v2>

## 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)
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -306,4 +306,4 @@
"node": "20",
"yarn": ">=1.22"
}
}
}

0 comments on commit 86df4f2

Please sign in to comment.