Getting Started

This guide walks through setting up and running Rez on Hyperliquid testnet.

Prerequisites

  • Python 3.11+

  • Node.js 18+

  • Hyperliquid testnet wallet with funds

Installation

Backend Setup

# Clone repository
git clone https://github.com/your-repo/rez.git
cd rez

# Create virtual environment
python -m venv venv
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Frontend Setup

Configuration

Create a .env file in the project root:

Running the Application

Start Backend Server

The backend runs on http://localhost:8000.

Start Frontend Dashboard

The dashboard runs on http://localhost:3000.

First Trade

1

Open the dashboard

Open the dashboard at http://localhost:3000

2

Connect wallet

Connect your wallet using the invite code

3

Select trading assets

Select trading assets (e.g., BTC, ETH)

4

Choose settings

Choose interval and risk profile

5

Start the agent

Click "Start Agent"

The agent will begin analyzing markets and executing trades based on LLM decisions.

Testnet Funds

Get testnet funds from the Hyperliquid testnet faucet before trading.