Skip to main content

Prerequisites

Required tools: - Node.js 18+ and pnpm - Foundry (for contracts) - Redis (for backend caching) - Docker (optional, for indexer)

Clone the Repository

Setup Components

1

Smart Contracts

Deploy to Arbitrum Sepolia:
2

Backend

cd backend pnpm install cp .env.example .env # Edit .env with your

Environment Variables

Backend .env

Frontend .env

Next Steps

Architecture

Understand the system design.

Smart Contracts

Explore the contract interfaces.