Uniswap without TORN censoring
.github/workflows | ||
.husky | ||
.yarn | ||
apps | ||
config | ||
packages | ||
patches | ||
.editorconfig | ||
.eslintignore | ||
.firebaserc | ||
.gitattributes | ||
.gitignore | ||
.lintstagedrc | ||
.npmrc | ||
.nvmrc | ||
.yarnrc.yml | ||
codegen.ts | ||
CODEOWNERS | ||
commitlint.config.js | ||
constraints.pro | ||
dangerfile.ts | ||
declarations.d.ts | ||
firebase.json | ||
firestore.indexes.json | ||
firestore.rules | ||
i18next-parser.config.js | ||
index.d.ts | ||
package.json | ||
README.md | ||
RELEASE | ||
turbo.json | ||
universe.code-workspace | ||
vercel.json | ||
VERSION | ||
yarn.lock |
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
- Wallet: wallet.uniswap.org
Socials / Contact
- Twitter: @Uniswap
- Reddit: /r/Uniswap
- Email: contact@uniswap.org
- Discord: Uniswap
Uniswap Links
- Website: uniswap.org
- Docs: uniswap.org/docs/
Whitepapers
Apps
For instructions per application or package, see the README published for each application:
Releases
All interface releases are tagged and published to this repository. To browse them easily, see the Github releases tab.
Translations
Translations for our applications are done through crowdin.
App | Coverage |
---|---|
web | |
mobile |
🗂 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. |