Skip to content

UnitsNetwork/consensus-client

Repository files navigation

consensus-client

👨‍💻 Development

  1. Run unit tests:

    sbt test
  2. Run integration tests:

    1. Make sure your environment is properly set up, esp. if you're running podman or colima.
    2. Build the Docker image:
      sbt docker
      Note: Build the Docker image whenever the consensus client code is updated, including after pulling from the repository.
    3. Run the integration tests:
      sbt "consensus-client-it/test"
    4. See logs in consensus-client-it/target/test-logs.