Skip to content

Commit

Permalink
Merge pull request #132 from casper-ecosystem/Update_InstallCommand
Browse files Browse the repository at this point in the history
Add note regarding payment amount
  • Loading branch information
ShalmaliCL authored Mar 22, 2024
2 parents 2b41c44 + b41f0c2 commit 074fb46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/full-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ casper-client put-deploy \
--session-arg "decimals:u8='10'"
```

**_Note:_**
Please be advised that the deployment cost is subject to change periodically. Before installing the contract on the main network, we strongly recommend verifying the payment amount.

## Querying the Network Status {#querying-the-network-status}

You will need the newest state root hash to view the network status, as it changed with the deploy. The account hash remains the same since you are using the same account. Follow the [viewing the network state](#viewing-the-network-status) section to execute this step with the new state root hash.
Expand Down Expand Up @@ -386,6 +389,9 @@ casper-client put-deploy \
--session-arg "decimals:u8='10'"
```

**_Note:_**
Please be advised that the deployment cost is subject to change periodically. Before installing the contract on the main network, we strongly recommend verifying the payment amount.

**Result**:

This command execution will output the `deploy_hash` of the applied deploy. We can use the deploy_hash to get the details of the deploy.
Expand Down

0 comments on commit 074fb46

Please sign in to comment.