Uniswap without TORN censoring
Go to file
Noah Zinsmeister b2d753d6bb
bug fixes
2019-04-15 14:09:46 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2019-04-15 11:08:23 -04:00
public add travis support; clean up public/ 2019-04-15 14:05:54 -04:00
src bug fixes 2019-04-15 14:09:46 -04:00
.eslintrc enable linting in vscode 2019-04-15 12:24:08 -04:00
.gitignore Update .gitignore 2018-10-06 13:14:27 -07:00
.prettierrc set up eslint and prettier; run prettier 2019-04-15 12:56:40 -04:00
.travis.yml add travis support; clean up public/ 2019-04-15 14:05:54 -04:00
LICENSE.md create license 2018-10-31 14:05:04 +01:00
netlify.toml prep for netlify integration 2019-04-15 11:14:03 -04:00
package.json add travis support; clean up public/ 2019-04-15 14:05:54 -04:00
README.md add travis support; clean up public/ 2019-04-15 14:05:54 -04:00
yarn.lock add travis support; clean up public/ 2019-04-15 14:05:54 -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

Installing dependencies
yarn
Running locally on Rinkeby
yarn start:rinkeby
Running locally on other testnet
REACT_APP_NETWORK_ID=2 REACT_APP_NETWORK='Ropsten Test Network' yarn start

Contributions

Please open all pull requests against the dev 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 eslint/prettier problems with yarn lint/yarn format, or manually fix the problems.