@1stcraft/1stcraft-toolkit 中文文档教程
Pancake Toolkit
这个存储库是一个 monorepo 管理的 yarn workspaces 和 勒纳。
Packages
- pancake-uikit : React components used to build the Pancake UI
- eslint-config-pancake : An ESLint config for pancake, with Typescript and Prettier support
- pancake-profile-sdk : Handy functions to retrieve data for Pancakeswap Profile system
- token-lists : Main PancakeSwap token list and tools to validate it
How to use
克隆存储库
git clone git@github.com:pancakeswap/pancake-toolkit.git
在工作区的根目录下运行 yarn
cd pancake-toolkit
yarn
然后,参考每个项目的自述文件。
Pancake Toolkit
This repository is a monorepo manage with yarn workspaces and Lerna.
Packages
- pancake-uikit : React components used to build the Pancake UI
- eslint-config-pancake : An ESLint config for pancake, with Typescript and Prettier support
- pancake-profile-sdk : Handy functions to retrieve data for Pancakeswap Profile system
- token-lists : Main PancakeSwap token list and tools to validate it
How to use
Clone the repository
git clone git@github.com:pancakeswap/pancake-toolkit.git
Run yarn at the root of the workspace
cd pancake-toolkit
yarn
Then, refer to the readme of each project.