Skip to content

Iguana-DEX/frontend-v4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦎 IguanaDEX Frontend

This repository contains the source code for the IguanaDEX website.

Documentation

Install dependencies using pnpm

apps/web

How to start
pnpm i

start the development server

pnpm dev

build with production mode

pnpm build

# start the application after build
pnpm start

Packages

Package Description
sdk An SDK for building applications on top of Pancakeswap
swap-sdk-core Swap SDK Shared code
wagmi Extension for wagmi, including bsc chain and binance wallet connector