Skip to content

plancia/baluni-monorepo

Repository files navigation

BaluniMonorepo

This workspace has been generated by Nx, Smart Monorepos · Fast CI.

BALUNI is an innovative application designed for trading on decentralized exchanges. It offers a range of tools to facilitate trading activities on platforms like Uniswap. BALUNI is tailored to assist both new and experienced traders in managing their cryptocurrency portfolios with ease.

ONLINE DEMO

try our online demo at https://baluni.vercel.app

How it works?

Baluni Tx Flow

QUICK START

After cloning the repository, install dependencies from the root of the project

#yarn
yarn install
#npm
npm i

Launch backend

from the root of the project, run the following command:

yarn backend:dev

Launch web app

from the root of the project, run the following command:

yarn web:dev

Launch cli (optional)

yarn cli:dev