Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1006 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 1006 Bytes

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.