Uniswap without TORN censoring
Go to file
Noah Zinsmeister cb4e1648d4
bug fixes (#319)
* fix ens name bug

* remove console.log

* add GEN

* fix styling and min display values
2019-05-31 13:39:22 -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 bug fixes (#319) 2019-05-31 13:39:22 -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 Feather icons (#314) 2019-05-28 18:44:46 -04:00
README.md Account improvements (#302) 2019-05-24 16:53:01 -04:00
yarn.lock Feather icons (#314) 2019-05-28 18:44:46 -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.