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 6cde953 commit 78a38ad
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 @@ -21,7 +21,7 @@ casper-client verify-contract --verification-url-basepath <HOST:PORT> <TRANSACTI
```

1. `verification-url-basepath` - the address of the verification service which 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. It's the output of the put-txn command if the deploy was a success.
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:
Expand Down

0 comments on commit 78a38ad

Please sign in to comment.