Quickstart Guide
This guide will help you set up and run OLIVE locally using Docker Compose.Prerequisites
- Docker and Docker Compose installed
- At least 4GB of available memory
- Git to clone the repository
Setup
1. Clone the Repository
2. Configure Environment
Copy the example environment file and configure your settings:.env with your configuration:
3. Start Services
4. Verify Health
Your First API Call
Check Balance
Create a Payment
Service Ports
| Service | Port | Protocol |
|---|---|---|
| Gateway | 8080 | HTTP/REST |
| Agent | 8000 | HTTP/REST |
| Wallet-Core | 50051 | gRPC |
| PostgreSQL | 5432 | TCP |