Skip to content

pancakeswap/pancake-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac17ba3 · Dec 20, 2024
Dec 20, 2024
Dec 4, 2024
May 3, 2023
Aug 28, 2024
Dec 20, 2024
Dec 20, 2024
Oct 26, 2022
May 28, 2024
Sep 18, 2024
Oct 29, 2024
Dec 20, 2024
Dec 14, 2023
Dec 20, 2024
Feb 2, 2024
Jan 31, 2022
Mar 7, 2024
Sep 15, 2023
Apr 20, 2023
Nov 9, 2020
Mar 10, 2022
May 3, 2023
Jul 16, 2021
Dec 25, 2023
Apr 28, 2023
Dec 4, 2024
Dec 20, 2024
Oct 25, 2024
Jul 10, 2024

Repository files navigation

🥞 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
pnpm i

start the development server

pnpm dev

build with production mode

pnpm build

# start the application after build
pnpm start

apps/aptos

How to start
pnpm dev:aptos
pnpm build:aptos

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 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.