<p align="center"> <a href="https://offsideswap.finance"> <img src="https://offsideswap.finance/logo.png" height="128"> </a> </p>
npm install offside-frontendThis project contains the main features of the offside application.
If you want to contribute, please refer to the contributing guidelines of this project.
> Install dependencies using yarn
apps/web``sh`
yarn
start the development server
`sh`
yarn dev
build with production mode
`sh
yarn build
`sh`
yarn dev:aptos`sh`
yarn turbo run build --filter=aptos-web
`sh`
yarn dev:blog`sh``
yarn turbo run build --filter=blog
| Package | Description |
|---------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
| sdk | An SDK for building applications on top of Offsideswap |
| aptos-swap-sdk | Aptos version of Swap SDK |
| swap-sdk-core | Swap SDK Shared code |
| wagmi | Extension for wagmi, including bsc chain and binance wallet connector |
| awgmi | connect to Aptos with similar wagmi React hooks. |