Uniswap without TORN censoring
Go to file
Timothy McCallum 2ba6ee5485 Removing duplicate line (#146)
Noticed duplicate code 

```
  if (tokenAddresses.addresses.filter(([ symbol ]) => symbol === label).length) {
    return;
  }
```
2018-12-24 15:14:47 +08:00
public update 2018-11-02 08:45:16 +01:00
src Removing duplicate line (#146) 2018-12-24 15:14:47 +08:00
.gitignore Update .gitignore 2018-10-06 13:14:27 -07:00
LICENSE.md create license 2018-10-31 14:05:04 +01:00
package-lock.json random fixes and temporarily remove price graph 2018-05-09 11:15:45 -04:00
package.json Add GA 2018-10-28 04:05:08 -07:00
README.md update README 2018-11-20 17:03:05 -05:00
yarn.lock Normalize token decimals before calculating exchange rate (#129) 2018-11-12 11:29:26 +08:00

Uniswap Frontend

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.