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 ccedb59 commit c4abf29
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 @@ -22,7 +22,7 @@ casper-client verify-contract --verification-url-basepath <HOST:PORT> <TRANSACTI

1. `verification-url-basepath` - The address of the verification service that will perform the operation; the current two options are https://staging.codeverifier.casper.network for Testnet and https://codeverifier.casper.network for Mainnet.
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.
3. `<PATH>` - Path to the smart contract's source code. If this argument is omitted, the current working directory will be used.

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

Expand Down

0 comments on commit c4abf29

Please sign in to comment.