uniswap-interface-uncensored/README.md
2019-04-15 14:05:54 -04:00

1.6 KiB

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.