JetSwap is an automated market maker (“AMM”) that allows two tokens to be exchanged on the Binance Smart Chain (BSC) and Polygon. It is fast, cheap, and allows anyone to participate.
This repo is responsible for the exchange interface of the AMM: exchangejetswap
Here's how to modify and build Jetswap exchange project
Go to src/constants/constants/token/pancakeswap.json
, search for WINGS token and change its address to the new deployed contract address.
Run this commands to build the project files
yarn
yarn build
Then you will get a build
folder to deploy on exchange.jetswap.finance