Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Aug 12, 2024
1 parent 5e9afc0 commit 5a8d720
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions check-onchain-wasm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# WASM Proposal Checker

Minor CLI tool to check that integrity of a WASM code associated with a proposal.

#### How to build

```
cd check-onchain-wasm
cargo build
```

## How to use

```
check-onchain-wasm --help ok at 18:46:11
Usage: check-onchain-wasm [OPTIONS] --tendermint-url <TENDERMINT_URL> --proposal-id <PROPOSAL_ID>
Options:
--tendermint-url <TENDERMINT_URL> [env: TENDERMINT_URL=]
--proposal-id <PROPOSAL_ID> [env: PROPOSAL_ID=]
--expected-hash <EXPECTED_HASH> [env: EXPECTED_HASH=]
--dump-to <DUMP_TO> [env: DUMP_TO=]
-h, --help Print help
```

0 comments on commit 5a8d720

Please sign in to comment.