An open source interface for Reefswap -- a protocol for decentralized exchange of Reef tokens.
- Website: https://reefswap.com/pool
- Reef Documentation: https://docs.reef.finance/docs/prologue/introduction/
The Reefswap interface supports, swapping tokens, adding liquidity and binding Polkadot address with Ethereum EVM.
Cloning the project and installing the dependencies.
git clone [email protected]:reef-defi/reefswap-ui.git
cd reefswap-ui
yarn
Run yarn start
and visit localhost:3000
cd reefswap-ui
docker build -t reefswap-ui .
docker run -p 80:80 reefswap-ui
Visit application on localhost
.