An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# 🥞 Pancake Frontend
deco31416





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 **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. |