uniswap-interface-uncensored/README.md

47 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2020-07-01 13:09:37 -04:00
# Uniswap Interface
2019-04-15 12:07:16 -04:00
[![Unit Tests](https://github.com/Uniswap/uniswap-interface/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/Uniswap/uniswap-interface/actions/workflows/unit-tests.yaml)
[![Integration Tests](https://github.com/Uniswap/uniswap-interface/actions/workflows/integration-tests.yaml/badge.svg)](https://github.com/Uniswap/uniswap-interface/actions/workflows/integration-tests.yaml)
[![Lint](https://github.com/Uniswap/uniswap-interface/actions/workflows/lint.yml/badge.svg)](https://github.com/Uniswap/uniswap-interface/actions/workflows/lint.yml)
[![Release](https://github.com/Uniswap/uniswap-interface/actions/workflows/release.yaml/badge.svg)](https://github.com/Uniswap/uniswap-interface/actions/workflows/release.yaml)
2021-05-29 11:34:10 -07:00
[![Crowdin](https://badges.crowdin.net/uniswap-interface/localized.svg)](https://crowdin.com/project/uniswap-interface)
2019-04-15 12:07:16 -04:00
2020-05-08 13:51:47 -04:00
An open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens.
2018-01-18 14:15:59 -05:00
- Website: [uniswap.org](https://uniswap.org/)
2020-06-30 14:13:27 -04:00
- Interface: [app.uniswap.org](https://app.uniswap.org)
- Docs: [uniswap.org/docs/](https://uniswap.org/docs/)
2021-05-24 12:11:59 -05:00
- Twitter: [@Uniswap](https://twitter.com/Uniswap)
- Reddit: [/r/Uniswap](https://www.reddit.com/r/Uniswap/)
- Email: [contact@uniswap.org](mailto:contact@uniswap.org)
2021-02-10 10:56:42 -05:00
- Discord: [Uniswap](https://discord.gg/FCfyBSbCU5)
2021-05-21 10:28:39 -05:00
- Whitepapers:
- [V1](https://hackmd.io/C-DvwDSfSxuh-Gd4WKE_ig)
- [V2](https://uniswap.org/whitepaper.pdf)
- [V3](https://uniswap.org/whitepaper-v3.pdf)
2020-06-30 14:13:27 -04:00
## Accessing the Uniswap Interface
2020-06-30 14:13:27 -04:00
To access the Uniswap Interface, use an IPFS gateway link from the
2021-02-16 03:31:16 -05:00
[latest release](https://github.com/Uniswap/uniswap-interface/releases/latest),
2020-06-30 13:53:18 -04:00
or visit [app.uniswap.org](https://app.uniswap.org).
2020-05-21 15:54:28 -04:00
2019-04-15 14:05:54 -04:00
## Contributions
For steps on local deployment, development, and code contribution, please see [CONTRIBUTING](./CONTRIBUTING.md).
2021-05-17 10:14:35 -05:00
## Accessing Uniswap V2
2021-05-17 10:14:35 -05:00
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/#/pool/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
2020-07-01 13:09:37 -04:00
linked from the [v1.0.0 release](https://github.com/Uniswap/uniswap-interface/releases/tag/v1.0.0).