This an an open source interface for Uniswap - a protocol for decentralized exchange of Ethereum tokens.
- Website: uniswap.io
- Docs: docs.uniswap.io
- Twitter: @UniswapExchange
- Reddit: /r/Uniswap
- Email: [email protected]
- Slack: uni-swap.slack.com/
- Whitepaper: Link
yarn
Rename .env.local.example
to .env.local
and fill in the appropriate variables.
yarn start
To run on a testnet, simply update the .env.local
file appropriately.
For production :
REACT_APP_NETWORK_ID="1"
REACT_APP_NETWORK_URL="https://mainnet.infura.io/v3/c76bc41c153547ec86da34ceba24adb9"
Please open all pull requests against the beta
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 problems with yarn fix:all
, or do it manually.