Demo for Hyperliquid copy-trading
This is a monorepo managed with pnpm workspaces and Turborepo. It contains all the services and libraries for the Agora project.
Before you begin, ensure you have the following installed:
-
Install dependencies from the root of the repository:
pnpm install
-
Build all services and libraries:
pnpm build
-
Run all services in development mode: This command will start all services in parallel.
pnpm dev
This project uses pnpm as a task runner. Here are the main commands available from the root directory:
pnpm build: Build all packages.pnpm dev: Run all services in development mode.pnpm test: Run tests for all packages.pnpm lint: Lint all packages.pnpm clean: Remove all build artifacts andnode_modulesdirectories.