uniswap-interface-uncensored/README.md

49 lines
2.1 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)
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/)
- Twitter: [@UniswapProtocol](https://twitter.com/UniswapProtocol)
- 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)
2019-04-15 14:05:54 -04:00
- Whitepaper: [Link](https://hackmd.io/C-DvwDSfSxuh-Gd4WKE_ig)
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
## Development
### Install Dependencies
```bash
yarn install
```
### Run
2019-04-15 14:05:54 -04:00
```bash
yarn start
```
2019-04-15 14:05:54 -04:00
## Contributions
**Please open all pull requests against the `main` branch.**
2020-06-30 14:13:27 -04:00
CI checks will run against all PRs.
2020-06-30 14:13:27 -04:00
## Accessing Uniswap Interface V1
The Uniswap Interface supports swapping against, and migrating or removing liquidity from Uniswap V1. However,
2021-02-16 03:31:16 -05:00
if you would like to use 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).