Skip to content

Commit

Permalink
FAB-5011 correct support statement for javacc
Browse files Browse the repository at this point in the history
Change-Id: Ic660bc1b3c5557ac9afa24b65829d241b205dc16
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed Jun 27, 2017
1 parent f6db2e5 commit b584681
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/blockchain.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,9 @@ application needs to interact with the ledger. In most cases chaincode only
interacts with the database component of the ledger, the world state (querying
it, for example), and not the transaction log.

You can write chaincode in several programming languages. Currently supported
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
for Java and other languages coming in subsequent releases.

**Privacy**

Expand Down

0 comments on commit b584681

Please sign in to comment.