Uniswap without TORN censoring
Go to file
Noah Zinsmeister 4e413915f8
web3-react migration (#269)
* put suspense below redux

* don't mount qr

* properly format .json's

* remove useless Web3Connect component

* remove react-responsive header logic

* finalize initial web3-react migration

* add rudimentary network support

* address ci/cd issues

* fix syntax

* add infura support

rewrite create-exchange

closes #173

* remove CI flag, lazy loaded disabled for now

* roll back /pool

* fix currency input errors

fix valid state of buttons

* fix nav

* obscure env variables

* fix mobile header bug
2019-04-25 12:12:47 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2019-04-15 11:08:23 -04:00
public web3-react migration (#269) 2019-04-25 12:12:47 -04:00
src web3-react migration (#269) 2019-04-25 12:12:47 -04:00
.env.example web3-react migration (#269) 2019-04-25 12:12:47 -04:00
.eslintrc enable linting in vscode 2019-04-15 12:24:08 -04:00
.gitignore web3-react migration (#269) 2019-04-25 12:12:47 -04:00
.prettierrc set up eslint and prettier; run prettier 2019-04-15 12:56:40 -04:00
.travis.yml update i18n; kinda fix tests; remove stale dependencies (#266) 2019-04-15 20:06:39 -04:00
LICENSE.md create license 2018-10-31 14:05:04 +01:00
netlify.toml web3-react migration (#269) 2019-04-25 12:12:47 -04:00
package.json web3-react migration (#269) 2019-04-25 12:12:47 -04:00
README.md web3-react migration (#269) 2019-04-25 12:12:47 -04:00
yarn.lock web3-react migration (#269) 2019-04-25 12:12:47 -04:00

Uniswap Frontend

Netlify Status Build Status Styled With Prettier

This an an open source interface for Uniswap - a protocol for decentralized exchange of Ethereum tokens.

To Start Development

Install Dependencies

yarn

Configure Environment

Rename .env.example to .env and fill in the appropriate variables.

Run

yarn start
# or
yarn start:rinkeby

More robust support for other testnets is in the works!

Contributions

Please open all pull requests against the beta branch. CI checks will run against all PRs. To ensure that your changes will pass, run yarn check:all before pushing. If this command fails, you can try to automatically fix problems with yarn fix:all, or do it manually.