From a43a3531d3e6903318a07d2d391e102b98352371 Mon Sep 17 00:00:00 2001 From: Dragos-Gabriel Danciulescu Date: Fri, 13 Dec 2024 11:03:16 +0200 Subject: [PATCH] Finished review of deploy section --- source/mainnet/docs/smart-contracts/guides/deploy-module.rst | 2 +- .../docs/smart-contracts/guides/initialize-contract.rst | 4 ++-- .../mainnet/docs/smart-contracts/guides/inspect-instance.rst | 2 +- .../mainnet/docs/smart-contracts/guides/interact-instance.rst | 4 ++-- .../mainnet/docs/smart-contracts/guides/invoke-instance.rst | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/source/mainnet/docs/smart-contracts/guides/deploy-module.rst b/source/mainnet/docs/smart-contracts/guides/deploy-module.rst index 464cc49432..549e175a23 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 2b174e0b10..9b7af47cb2 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 e30993cd74..d2fe93fe92 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 76d05b0c20..57dd3c5601 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 ec753f71e8..82e962a24d 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::