Contract address: 0xb4eb30e7f583d788a1611f4b7022bdda4bd4af81
Contract verification: sepolia.basescan.org/address/0xb4eb30e7f583d788a1611f4b7022bdda4bd4af81#code
- Swagger UI: http://localhost:8080/api/swagger-ui/index.html#
- Metrics: http://localhost:8080/api/actuator/prometheus
- Health: http://localhost:8080/api/actuator/health
- Info: http://localhost:8080/api/actuator/info
-
Install Docker and Docker Compose.
-
Use Docker Compose to start the project:
-
Start by rebuilding all images
docker-compose up --build -d
-
Start without rebuilding all images
docker-compose up -d
-
-
You can see current Docker containers by running:
-
All containers
docker-compose ps
-
Containers logs
docker-compose logs -f
-
-
To stop the project:
docker-compose down