Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@pancakeswap/stable-swap-sdk

pancakeswap6.9k2.0.2TypeScript support: included

SDK for pancakeswap stable swap

readme

🥞 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

<summary> How to start </summary>
pnpm i

start the development server

pnpm dev

build with production mode

pnpm build

# start the application after build
pnpm start

apps/aptos

<summary> How to start </summary>
pnpm dev:aptos
pnpm build:aptos

apps/blog

<summary> How to start </summary>
pnpm dev:blog
pnpm build:blog

apps/games

<summary> How to start </summary>
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.