Skip to content

Harmolecules/dexfrontend

 
 

Repository files navigation

Frontend

Development

Prerequisites

  1. Git
  2. NodeJS >=12 (>=16 recommended)
  3. Yarn

Installation

git clone https://github.com/VenomProtocol/frontend.git
cd frontend
yarn install

Configuring the environment

Create a new file called .env.local in the root of the project folder.

Harmony / Viperswap

Add the following to the empty .env.local file:

REACT_APP_CHAIN_ID="1666600000"
REACT_APP_NETWORK_URL="https://api.harmony.one"

Binance Smart Chain (BSC) / Cobraswap

Add the following to the empty .env.local file:

REACT_APP_CHAIN_ID="56"
REACT_APP_NETWORK_URL="https://bsc-dataseed.binance.org/"

Run

yarn start

About

DEX UI / Frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%