This is a fork of the Uniswap Protocol adapted to the RSK Network
An open source interface for RSS Swap -- 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.
yarnCopy .env to .env.local and change the appropriate variables.
yarn startTo 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 RSK Swap 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.