offside-frontend
v0.1.0
Published
<p align="center"> <a href="https://offsideswap.finance"> <img src="https://offsideswap.finance/logo.png" height="128"> </a> </p>
Readme
🥞 Offside Frontend
This project contains the main features of the offside application.
If you want to contribute, please refer to the contributing guidelines of this project.
Documentation
Install dependencies using yarn
apps/web
yarnstart the development server
yarn devbuild with production mode
yarn build
# start the application after build
yarn startapps/aptos
yarn dev:aptosyarn turbo run build --filter=aptos-webapps/blog
yarn dev:blogyarn turbo run build --filter=blogPackages
| 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. |
