Think-and-Dev / rskswap-frontend

🦄 An open-source frontend for RskSwap

Home Page:https://app.rskswap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSK Swap Frontend

This is a fork of the Uniswap Protocol adapted to the RSK Network

Tests Styled With Prettier

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

Accessing the frontend

To access the front end visit app.rskswap.com.

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://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.

Contributions

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

About

🦄 An open-source frontend for RskSwap

https://app.rskswap.com

License:GNU General Public License v3.0


Languages

Language:TypeScript 98.9%Language:HTML 0.6%Language:JavaScript 0.5%Language:Shell 0.0%