Uniswap without TORN censoring
Go to file
Noah Zinsmeister f2f960f6fa
various improvements (#313)
* add unchecked signer

* remove focus underline from tabs

* update tokens

* remove console log

* remove snx for now

* make slippage warnings more robust

* memo-ize contexts

* improve slippage styling
2019-05-28 14:10:02 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2019-05-13 09:49:58 -04:00
public various improvements (#313) 2019-05-28 14:10:02 -04:00
src various improvements (#313) 2019-05-28 14:10:02 -04:00
.env.local.example Account improvements (#302) 2019-05-24 16:53:01 -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 Account improvements (#302) 2019-05-24 16:53:01 -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 various improvements (#313) 2019-05-28 14:10:02 -04:00
README.md Account improvements (#302) 2019-05-24 16:53:01 -04:00
yarn.lock various improvements (#313) 2019-05-28 14:10:02 -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.local.example to .env.local and fill in the appropriate variables.

Run

yarn start

To run on a testnet, simply update the .env.local file appropriately.

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.