Pancake Toolkit
This repository is a monorepo manage with yarn workspaces and Lerna.
Packages
- pancake-uikit : React components used to build the Pancake UI. Moved to pancake-frontend
- eslint-config-pancake : An ESLint config for pancake, with Typescript and Prettier support. Moved to pancake-frontend
- pancake-profile-sdk : Handy functions to retrieve data for Pancakeswap Profile system
- token-lists : Main PancakeSwap token list and tools to validate it. Moved to token-list
How to use
Clone the repository
git clone [email protected]:pancakeswap/pancake-toolkit.git
Run yarn at the root of the workspace
cd pancake-toolkit
yarn
Then, refer to the readme of each project.