Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pancakeswap/pancake-frontend
:pancakes: Pancake main features (farms, pools, IFO, lottery, profiles)
https://github.com/pancakeswap/pancake-frontend
Last synced: about 20 hours ago
JSON representation
:pancakes: Pancake main features (farms, pools, IFO, lottery, profiles)
- Host: GitHub
- URL: https://github.com/pancakeswap/pancake-frontend
- Owner: pancakeswap
- License: gpl-3.0
- Created: 2020-09-14T05:26:25.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T10:11:29.000Z (3 months ago)
- Last Synced: 2024-10-29T11:44:31.258Z (3 months ago)
- Language: TypeScript
- Homepage: https://pancakeswap.finance
- Size: 313 MB
- Stars: 2,691
- Watchers: 78
- Forks: 3,545
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- best-of-crypto - GitHub - 11% open ยท โฑ๏ธ 05.06.2024): (Automated Market Maker (AMM))
README
# ๐ฅ Pancake Frontend
This project contains the main features of the pancake application.
If you want to contribute, please refer to the [contributing guidelines](./CONTRIBUTING.md) of this project.
## Documentation
- [Info](doc/Info.md)
- [Cypress tests](doc/Cypress.md)> Install dependencies using [pnpm](https://pnpm.io)
## `apps/web`
How to start
```sh
pnpm i
```start the development server
```sh
pnpm dev
```build with production mode
```sh
pnpm build# start the application after build
pnpm start
```## `apps/aptos`
How to start
```sh
pnpm dev:aptos
``````sh
pnpm build:aptos
```## `apps/blog`
How to start
```sh
pnpm dev:blog
``````sh
pnpm build:blog
```## `apps/games`
How to start
```sh
pnpm dev:games
``````sh
pnpm build:games
```## Packages
| Package | Description |
| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------- |
| [sdk](/packages/swap-sdk) | An SDK for building applications on top of Pancakeswap |
| [aptos-swap-sdk](/packages/aptos-swap-sdk) | Aptos version of Swap SDK |
| [swap-sdk-core](/packages/swap-sdk-core) | Swap SDK Shared code |
| [wagmi](/packages/wagmi) | Extension for [wagmi](https://github.com/wagmi-dev/wagmi), including bsc chain and binance wallet connector |
| [awgmi](/packages/awgmi) | Connect to Aptos with similar wagmi React hooks. |
| [smart-router](/packages/smart-router) | An SDK for getting best trade routes. |
| [multicall](/packages/multicall) | Enhanced multicall sdk to safely make multicalls within the gas limit. |
| [v3-sdk](/packages/v3-sdk) | An SDK for building applications on top of Pancakeswap V3. |