We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedcff8 commit 94bc56cCopy full SHA for 94bc56c
docs/source/glossary.rst
@@ -601,9 +601,9 @@ Smart Contract
601
602
A smart contract is code -- invoked by a client application external to the
603
blockchain network -- that manages access and modifications to a set of
604
-key-value pairs in the :ref:`World-State`. In Hyperledger Fabric, smart
605
-contracts are referred to as chaincode. Smart contract chaincode is installed
606
-onto peer nodes and then defined and used on one or more channels.
+key-value pairs in the :ref:`World-State` via :ref:`Transaction`. In Hyperledger Fabric,
+smart contracts are packaged as chaincode. Chaincode is installed on peers
+and then defined and used on one or more channels.
607
608
.. _State-DB:
609
0 commit comments