This is a fork of the Uniswap Protocol adapted to the RSK Network
An open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens.
- Website: rskswap.com
- Docs: rskswap.com/docs/
- Whitepaper: Link
To access the front end visit app.rskswap.com.
yarn
Copy .env
to .env.local
and change the appropriate variables.
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://public-node.testnet.rsk.co"
.
Note that the front end only works properly on testnets where both Uniswap V2 RSK and multicall are deployed. The frontend will not work on other networks.
Please open all pull requests against the v2-rsk
branch.
CI checks will run against all PRs.