reef-defi / reefswap-ui

Home Page:https://reefswap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

https://reefswap.com


Languages

Language:TypeScript 96.3%Language:CSS 2.1%Language:HTML 1.2%Language:Dockerfile 0.4%