uniswap-interface-uncensored/README.md
2020-05-21 15:54:28 -04:00

2.1 KiB

Uniswap Frontend

Netlify Status Tests Styled With Prettier Release

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

Accessing the frontend

The front end is deployed to IPFS as well as to uniswap.exchange.

To access the front end via IPFS, use a link from the latest release.

Development

Install Dependencies

yarn

Configure Environment (optional)

Copy .env to .env.local and change the appropriate variables.

Run

yarn start

To have the frontend default to a different network, make a copy of .env named .env.local, change REACT_APP_NETWORK_ID to "{yourNetworkId}", and change REACT_APP_NETWORK_URL to e.g. "https://{yourNetwork}.infura.io/v3/{yourKey}".

Note that the front end only works properly on testnets where both Uniswap V2 and eth-scan are deployed. The frontend will not work on other networks.

Contributions

Please open all pull requests against the v2 branch. CI checks will run against all PRs.