Skip to content

Latest commit

Β 

History

History
21 lines (18 loc) Β· 638 Bytes

README.md

File metadata and controls

21 lines (18 loc) Β· 638 Bytes

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.