Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Jan 26, 2024
1 parent 09b0708 commit befb3f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ Default configuration and credentials could be overriden by using `./config/cust

Supported logging levels: `info`, `debug`, `trace`. Defaults to `info` log level. Could be set with `RUST_LOG` env var.

## Integration Tests

Integration tests will require running local hardhat node with deployed contracts.

To run integration tests use `cargo test --features enable-integration-tests`

## Run

### User Verifier
Expand Down

0 comments on commit befb3f4

Please sign in to comment.