https://github.com/deco31416/pancakeswap-frontend-fork
The frontend for PancakeSwap, supporting Binance Smart Chain (BSC) and Aptos networks. Built with modern technologies for a seamless decentralized exchange experience.
https://github.com/deco31416/pancakeswap-frontend-fork
decentralized-exchange dex fork pancakeswap
Last synced: 3 months ago
JSON representation
The frontend for PancakeSwap, supporting Binance Smart Chain (BSC) and Aptos networks. Built with modern technologies for a seamless decentralized exchange experience.
- Host: GitHub
- URL: https://github.com/deco31416/pancakeswap-frontend-fork
- Owner: deco31416
- License: gpl-3.0
- Created: 2022-12-06T16:20:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T18:11:13.000Z (8 months ago)
- Last Synced: 2025-01-10T23:19:02.441Z (4 months ago)
- Topics: decentralized-exchange, dex, fork, pancakeswap
- Language: TypeScript
- Homepage: https://pancakeswap-frontend-fork-aptos-yv93.vercel.app/swap
- Size: 37.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🥞 Pancake Frontend
deco31416This 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 **yarn**
## `apps/web`
How to start
```sh
yarn
```start the development server
```sh
yarn dev
```build with production mode
```sh
yarn build# start the application after build
yarn start
```## `apps/aptos`
How to start
```sh
yarn dev:aptos
```
```sh
yarn turbo run build --filter=aptos-web
```## 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. |