This guide helps you install and run the BlockCloud backend service locally.
- Java 17 or higher (Java 21 recommended)
- Git
- Gradle (wrapper included)
git clone https://github.com/your-username/blockcloud-backend.git
cd blockcloud-backend./gradlew bootRunThe server will be available at: http://localhost:8080