diff --git a/README.md b/README.md index 82d33f39..5929857c 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ Some of the options available are: - You also can specify the url of your node with `--url ws://your-endpoint`, by default it is using `ws://localhost:9944`. +- To perform a dry-run via RPC to estimate the gas usage without submitting a transaction use the `--dry-run` flag. For more information about the options, check [cargo-contract documentation](https://github.com/paritytech/cargo-contract/blob/master/crates/extrinsics/README.md#instantiate) @@ -195,6 +196,7 @@ Example executing the `flip()` message: pop call contract -p ./my_contract --contract $INSTANTIATED_CONTRACT_ADDRESS --message flip --suri //Alice -x ``` + ## E2E testing For end-to-end testing you will need to have a Substrate node with `pallet contracts`.