Skip to content

Commit

Permalink
[docs]: document how to build the default validator
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Aug 29, 2023
1 parent ac96b53 commit 5930779
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default_validator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# `iroha_default_validator`

Use `iroha_wasm_builder_cli` in order to build it:

```bash
cargo run --bin iroha_wasm_builder_cli -- \
build ./default_validator --optimize --outfile ./configs/peer/validator.wasm
```

0 comments on commit 5930779

Please sign in to comment.