Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 479 Bytes

consensus-client

👨‍💻 Development

  1. Run unit tests:

    sbt test
  2. Run integration tests:

    1. Build the Docker image:
      sbt docker
      Note: Build the Docker image whenever the consensus client code is updated, including after pulling from the repository.
    2. Run the integration tests:
      sbt "consensus-client-it/test"
    3. See logs in consensus-client-it/target/test-logs.