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 f6db2e5 commit b584681Copy full SHA for b584681
docs/source/blockchain.rst
@@ -187,8 +187,9 @@ application needs to interact with the ledger. In most cases chaincode only
187
interacts with the database component of the ledger, the world state (querying
188
it, for example), and not the transaction log.
189
190
-You can write chaincode in several programming languages. Currently supported
191
-languages include GOLANG and Java with others coming soon.
+Chaincode can be implemented in several programming languages. The currently
+supported chaincode language is `Go <https://golang.org/>`__ with support
192
+for Java and other languages coming in subsequent releases.
193
194
**Privacy**
195
0 commit comments