Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alleycat1/pancake-frontend-develop-pro
https://github.com/alleycat1/pancake-frontend-develop-pro
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alleycat1/pancake-frontend-develop-pro
- Owner: alleycat1
- License: gpl-3.0
- Created: 2023-08-03T10:24:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-03T10:35:28.000Z (over 1 year ago)
- Last Synced: 2024-05-21T05:09:11.775Z (9 months ago)
- Language: TypeScript
- Size: 33.6 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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
```## 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. |