Skip to content

reef-defi/reefswap-ui

Repository files navigation

Reefswap UI

An open source interface for Reefswap -- a protocol for decentralized exchange of Reef tokens.

The Reefswap interface supports, swapping tokens, adding liquidity and binding Polkadot address with Ethereum EVM.

Developer guide

Installation

Cloning the project and installing the dependencies.

git clone git@github.com:reef-defi/reefswap-ui.git
cd reefswap-ui
yarn

Run

Run yarn start and visit localhost:3000

Build docker container

cd reefswap-ui
docker build -t reefswap-ui .

Run with docker

docker run -p 80:80 reefswap-ui

Visit application on localhost.