https://github.com/superdev093/silverlineswap-toolkit-0.62.0
https://github.com/superdev093/silverlineswap-toolkit-0.62.0
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/superdev093/silverlineswap-toolkit-0.62.0
- Owner: superdev093
- License: gpl-3.0
- Created: 2022-01-14T09:42:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T11:06:45.000Z (almost 4 years ago)
- Last Synced: 2025-05-19T03:35:24.617Z (about 1 year ago)
- Language: TypeScript
- Size: 6.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pancake Toolkit
This repository is a monorepo manage with [yarn workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) and [Lerna](https://lerna.js.org/).
## Packages
- [pancake-uikit](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-uikit) : React components used to build the Pancake UI
- [eslint-config-pancake](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/eslint-config-pancake) : An ESLint config for pancake, with Typescript and Prettier support
- [pancake-profile-sdk](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/pancake-profile-sdk) : Handy functions to retrieve data for Pancakeswap Profile system
- [token-lists](https://github.com/pancakeswap/pancake-toolkit/tree/master/packages/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.