2023-12-05 21:38:58 +00:00
# Uniswap Labs: Front End Interfaces
2020-05-21 15:54:28 -04:00
2023-12-05 21:38:58 +00:00
An open source repository for all Uniswap front end interfaces maintained by Uniswap Labs. Uniswap is a protocol for decentralized exchange of Ethereum tokens.
2023-02-02 14:06:15 -06:00
2023-12-05 21:38:58 +00:00
## Interfaces
2019-04-15 14:05:54 -04:00
2023-12-05 21:38:58 +00:00
- Web: [app.uniswap.org ](https://app.uniswap.org )
- Wallet: [wallet.uniswap.org ](https://wallet.uniswap.org )
## Socials / Contact
2022-05-10 13:49:04 -07:00
- 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 )
2023-12-05 21:38:58 +00:00
## Uniswap Links
2022-05-10 13:49:04 -07:00
2023-12-05 21:38:58 +00:00
- Website: [uniswap.org ](https://uniswap.org/ )
- Docs: [uniswap.org/docs/ ](https://docs.uniswap.org/ )
2020-06-01 11:20:05 -04:00
2023-12-05 21:38:58 +00:00
## Whitepapers
2023-03-28 11:31:11 -04:00
2023-12-05 21:38:58 +00:00
- [V3 ](https://uniswap.org/whitepaper-v3.pdf )
- [V2 ](https://uniswap.org/whitepaper.pdf )
- [V1 ](https://hackmd.io/C-DvwDSfSxuh-Gd4WKE_ig )
2023-03-28 11:31:11 -04:00
2023-12-05 21:38:58 +00:00
## Apps
2023-03-28 11:31:11 -04:00
2023-12-05 21:38:58 +00:00
For instructions per application or package, see the README published for each application:
2023-03-28 11:31:11 -04:00
2023-12-05 21:38:58 +00:00
- [Web ](apps/web/README.md )
- [Mobile ](apps/mobile/README.md )
2023-03-28 11:31:11 -04:00
2023-12-05 21:38:58 +00:00
## Releases
2023-03-28 11:31:11 -04:00
2023-12-05 21:38:58 +00:00
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 ).
2023-03-28 11:31:11 -04:00
2023-12-05 21:38:58 +00:00
## Translations
2020-06-01 11:20:05 -04:00
2023-12-05 21:38:58 +00:00
Translations for our applications are done through [crowdin ](https://crowdin.com ).
2021-05-17 10:14:35 -05:00
2023-12-05 21:38:58 +00:00
| 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) |
2021-05-17 10:14:35 -05:00
2023-12-05 21:38:58 +00:00
## 🗂 Directory Structure
2021-09-05 13:26:47 -04:00
2023-12-05 21:38:58 +00:00
| Folder | Contents |
| ----------- | ------------------------------------------------------------------------------ |
| `apps/` | The home for each standalone application. |
| `config/` | Shared infrastructure packages and configurations. |
| `packages/` | Shared code packages covering UI, shared functionality, and shared utilities. |