plaxswap

🥞 Plaxswap Frontend

This project contains the main features of the plaxswap application.

If you want to contribute, please refer to the contributing guidelines of this project.

Documentation

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 ```

apps/blog

How to start ```sh yarn dev:blog ``` ```sh yarn turbo run build --filter=blog ```

Packages

Package Description
sdk An SDK for building applications on top of Plaxswap
aptos-swap-sdk Aptos version of Swap SDK
swap-sdk-core Swap SDK Shared code