Skip to content

Commit

Permalink
Update source/docs/casper/developers/cli/verifying-contracts.md
Browse files Browse the repository at this point in the history
Co-authored-by: Iulia Popescu <[email protected]>
  • Loading branch information
moubctez and ipopescu authored Aug 19, 2024
1 parent aabcbe4 commit 23c5624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/casper/developers/cli/verifying-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ casper-client verify-contract --verification-url-basepath <HOST:PORT> <TRANSACTI
2. `<TRANSACTION-HASH>` - Unique transaction hash, which is part of the cryptographic security of blockchain technology. This is the output of the put-txn command if the transaction was a success.
3. `<PATH>` - the path to the smart contracts source code. If this argument is omitted the the current working directory will be used.

The prerequisites for the source code are the same as when deploying it on the blockchain:
The prerequisites for the source code are the same as when installing it on the blockchain:

* source code must be a Rust project as described in The Cargo Book

Expand Down

0 comments on commit 23c5624

Please sign in to comment.