Uniswap without TORN censoring
Go to file
2019-04-15 12:56:40 -04:00
.github/ISSUE_TEMPLATE Update issue templates 2019-04-15 11:08:23 -04:00
public Update zh-TW.json 2019-01-30 01:17:48 +07:00
src set up eslint and prettier; run prettier 2019-04-15 12:56:40 -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
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 set up eslint and prettier; run prettier 2019-04-15 12:56:40 -04:00
README.md fix lint errors 2019-04-15 12:07:16 -04:00
yarn.lock set up eslint and prettier; run prettier 2019-04-15 12:56:40 -04:00

Uniswap Frontend

Netlify Status

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

To Start Development

Installing dependency
yarn
Running locally on Rinkeby
yarn start:rinkeby
Running locally on other testnet
REACT_APP_NETWORK_ID=2 REACT_APP_NETWORK='Ropsten Test Network' react-scripts start

Contributions

Please open all pull requests against dev branch.