diff --git a/source/mainnet/docs/smart-contracts/guides/deploy-module.rst b/source/mainnet/docs/smart-contracts/guides/deploy-module.rst index 464cc4943..549e175a2 100644 --- a/source/mainnet/docs/smart-contracts/guides/deploy-module.rst +++ b/source/mainnet/docs/smart-contracts/guides/deploy-module.rst @@ -11,7 +11,7 @@ how to name it. Preparation =========== -Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and +Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a :ref:`smart-contract module` ready to be deployed. Since deploying a smart contract module is done in the form of a transaction, diff --git a/source/mainnet/docs/smart-contracts/guides/initialize-contract.rst b/source/mainnet/docs/smart-contracts/guides/initialize-contract.rst index 2b174e0b1..9b7af47cb 100644 --- a/source/mainnet/docs/smart-contracts/guides/initialize-contract.rst +++ b/source/mainnet/docs/smart-contracts/guides/initialize-contract.rst @@ -22,7 +22,7 @@ You can also watch a video about initializing smart contract instances. Preparation =========== -Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a smart +Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a smart contract :ref:`deployed ` in some module on-chain. Since initializing a smart contract is a transaction, you should also make sure @@ -80,7 +80,7 @@ Passing parameters in JSON format A parameter in JSON format can be passed if a :ref:`smart contract schema ` is supplied, either as a file or embedded in the module. -The schema is used to serialize the JSON into binary. +The schema is used to serialize the JSON into binary. You can read more about JSON parameters :ref:`here`. .. seealso:: diff --git a/source/mainnet/docs/smart-contracts/guides/inspect-instance.rst b/source/mainnet/docs/smart-contracts/guides/inspect-instance.rst index e30993cd7..d2fe93fe9 100644 --- a/source/mainnet/docs/smart-contracts/guides/inspect-instance.rst +++ b/source/mainnet/docs/smart-contracts/guides/inspect-instance.rst @@ -11,7 +11,7 @@ and receive-functions: Preparation =========== -Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a +Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a smart-contract instance on-chain to inspect. .. seealso:: diff --git a/source/mainnet/docs/smart-contracts/guides/interact-instance.rst b/source/mainnet/docs/smart-contracts/guides/interact-instance.rst index 76d05b0c2..57dd3c560 100644 --- a/source/mainnet/docs/smart-contracts/guides/interact-instance.rst +++ b/source/mainnet/docs/smart-contracts/guides/interact-instance.rst @@ -17,7 +17,7 @@ You can also watch a video about how to update a smart contact instance. Preparation =========== -Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a +Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a smart-contract instance on-chain to inspect. .. seealso:: @@ -59,7 +59,7 @@ Passing parameters in JSON format A parameter in JSON format can be passed if a :ref:`smart contract schema ` is supplied, either as a file or embedded in the module. -The schema is used to serialize the JSON into binary. +The schema is used to serialize the JSON into binary. You can read more about JSON parameters :ref:`here`. .. seealso:: diff --git a/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst b/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst index ec753f71e..82e962a24 100644 --- a/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst +++ b/source/mainnet/docs/smart-contracts/guides/invoke-instance.rst @@ -17,7 +17,7 @@ There is no limit to the number of logs per invocation (apart from energy). Preparation =========== -Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a +Make sure that you are :ref:`running a node` using the latest :ref:`Concordium software` and that you have a smart-contract instance on-chain to inspect. .. seealso:: @@ -98,7 +98,7 @@ Passing parameters in JSON format A parameter in JSON format can be passed if a :ref:`smart contract schema ` is supplied, either as a file or embedded in the module. -The schema is used to serialize the JSON into binary. +The schema is used to serialize the JSON into binary. You can read more about JSON parameters :ref:`here` .. seealso::