Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.43 KB

🍦 IceCreamSwap Frontend

This project contains the main features of the IceCreamSwap website.

If you want to contribute, please refer to the contributing guidelines of this project.

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