랭킹으로 돌아가기
🦄 Open source interfaces for the Uniswap protocol
uniswapethereumblockchain
주요 지표
스타 성장
스타
5.5k
포크
5.4k
주간 성장
—
이슈
750
2k4k
2023년 1월2023년 8월2024년 3월2024년 10월2025년 5월2025년 12월2026년 7월
아티팩트npm
npm install interfaceREADME
Uniswap Labs: Front End Interfaces
This is the public repository for Uniswap Labs’ front-end interfaces, including the Web App, Wallet Mobile App, and Wallet Extension. Uniswap is a protocol for decentralized exchange of Ethereum-based assets.
Interfaces
- Web: app.uniswap.org
- Wallet (mobile + extension): wallet.uniswap.org
Install & Apps
git clone git@github.com:Uniswap/interface.git
bun install
bun web start
For instructions per application or package, see the README published for each application:
Contributing
For instructions on the best way to contribute, please review our Contributing guide!
Socials / Contact
- X (Formerly Twitter): @Uniswap
- Reddit: /r/Uniswap
- Email: contact@uniswap.org
- Discord: Uniswap
- LinkedIn: Uniswap Labs
Uniswap Links
- Website: uniswap.org
- Docs: uniswap.org/docs/
Whitepapers
Production & Release Process
Uniswap Labs develops all front-end interfaces in a private repository. At the end of each development cycle:
We publish the latest production-ready code to this public repository.
Releases are automatically tagged — view them in the Releases tab.
🗂 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. |
관련 저장소