Skip to content

UnitsNetwork/consensus-client

Repository files navigation

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.