Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Uniswap/interface
๐ฆ Open source interfaces for the Uniswap protocol
https://github.com/Uniswap/interface
blockchain ethereum uniswap
Last synced: 6 days ago
JSON representation
๐ฆ Open source interfaces for the Uniswap protocol
- Host: GitHub
- URL: https://github.com/Uniswap/interface
- Owner: Uniswap
- License: gpl-3.0
- Created: 2017-10-29T05:09:58.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:47:07.000Z (11 days ago)
- Last Synced: 2024-10-29T09:17:21.503Z (7 days ago)
- Topics: blockchain, ethereum, uniswap
- Language: TypeScript
- Homepage: https://app.uniswap.org
- Size: 275 MB
- Stars: 4,933
- Watchers: 176
- Forks: 5,006
- Open Issues: 777
-
Metadata Files:
- Readme: README.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- stars - Uniswap/interface - ๐ฆ Open source interfaces for the Uniswap protocol (TypeScript)
- best-of-crypto - GitHub - 33% open ยท โฑ๏ธ 04.06.2024): (Automated Market Maker (AMM))
- awesome-smart-contract-development - Uniswap Interface
README
# Uniswap 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.
## Interfaces
- Web: [app.uniswap.org](https://app.uniswap.org)
- Wallet (mobile + extension): [wallet.uniswap.org](https://wallet.uniswap.org)## Socials / 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)## Uniswap Links
- 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)## Apps
For instructions per application or package, see the README published for each application:
- [Web](apps/web/README.md)
- [Mobile](apps/mobile/README.md)
- [Extension](apps/extension/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) |
| wallet | [![Crowdin](https://badges.crowdin.net/uniswap-wallet/localized.svg)](https://crowdin.com/project/uniswap-wallet) |## ๐ Directory Structure
| 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. |