Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 754 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 754 Bytes

Sea-Light-Swap

Decentralized Exchange On Polygon Network

SeaLightSwap Interface

SeaLightSwap

Intro

SeaLightSwap is an automated market maker (“AMM”) that allows two tokens to be exchanged on the Polygon (Polygon). It is fast, cheap, and allows anyone to participate.

This repo is responsible for the exchange/pool interfaace of the AMM: quickswap.exchange

Run locally

Install packages

yarn

Start application

yarn start

Change Polygon network

To change the Polygon network from test net, modify the REACT_APP_CHAIN_ID value in .env.

  • MAIN NET 137