Skip to content

Jigsaw88576/pancake-swap-interface

 
 

Repository files navigation

pancakeswap

Intro

PancakeSwap is an automated market maker (“AMM”) that allows two tokens to be exchanged on the Binance Smart Chain (BSC). It is fast, cheap, and allows anyone to participate.

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

Run locally

Install packages

yarn

Start application

yarn start

Change BSC network

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

  • MAIN NET 56
  • TEST NET 97

Run integration tets

Firstly, if you need to install cypress

yarn cypress install

Then to run the Cypress suite in CLI

yarn cypress run

Or, to run Cypress with its GUI

yarn cypress open

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • Other 1.0%