Expand description
Dry run of checking a solution on a Essential server through an Essential REST client.
This crate can be used as a library and a binary CLI tool.
Functionsยง
- dry_run
- Dry run a solution check. The contracts should be deployed to the server before calling this function.
- dry_
run_ from_ path - Dry run a solution check. Reads a solution from file, then checks it. The contracts should be deployed to the server before calling this function.
- dry_
run_ with_ contracts - Dry run a solution check with given contracts.
- dry_
run_ with_ contracts_ from_ path - Dry run a solution check with given contracts. Reads contracts from a directory and a solution from a file, then checks the solution.