Clone
3
Contributing
Leo Galambos edited this page 2025-07-05 23:31:32 +02:00

Contributing to Conflux

Thank you for your interest!

Setup

  1. Fork the repository
  2. Clone your fork
  3. Create a feature branch
  4. Submit a pull request

Building

  • JDK 21+
  • Standard Gradle build

Tests

JUnit tests are included, run:

gradle test

Code Style

  • 4-space indentation
  • Clean JavaDoc
  • Tests should print method names and "...ok" at the end
  • Prefer clear, minimal code

Home | Programming Guide | API Reference | Design and Architecture | FAQ