pancakeswap / pancake-frontend

:pancakes: Pancake main features (farms, pools, IFO, lottery, profiles)
https://pancakeswap.finance
GNU General Public License v3.0
2.7k stars 3.56k forks source link

🥞 Pancake Frontend

This project contains the main features of the pancake application.

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

Documentation

Install dependencies using pnpm

apps/web

How to start ```sh pnpm i ``` start the development server ```sh pnpm dev ``` build with production mode ```sh pnpm build # start the application after build pnpm start ```

apps/aptos

How to start ```sh pnpm dev:aptos ``` ```sh pnpm build:aptos ```

apps/blog

How to start ```sh pnpm dev:blog ``` ```sh pnpm build:blog ```

apps/games

How to start ```sh pnpm dev:games ``` ```sh pnpm build:games ```

Packages

Package Description
sdk An SDK for building applications on top of Pancakeswap
aptos-swap-sdk Aptos version of Swap SDK
swap-sdk-core Swap SDK Shared code
wagmi Extension for wagmi, including bsc chain and binance wallet connector
awgmi Connect to Aptos with similar wagmi React hooks.
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.