Skip to content

Iguana-DEX/frontend-v3

 
 

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

apps/blog

How to start
pnpm dev:blog
pnpm build:blog

apps/games

How to start
pnpm dev:games
pnpm build:games

Packages

Package Description
sdk An SDK for building applications on top of IguanaDEX
swap-sdk-core Swap SDK Shared code
wagmi Extension for wagmi, including bsc chain and binance wallet connector
smart-router An SDK for getting best trade routes.
multicall Enhanced multicall sdk to safely make multicalls within the gas limit.
v3-sdk An SDK for building applications on top of Pancakeswap V3.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%