Re: Which languages are supported for chaincode? Contradictory docs
Hi Trevor, At present fabric supports GO, JAVA and all JavaScript frameworks (typescript, JavaScript and node.js) as a chaincode language. Following SDKs are officially supported JAVA and Node.js. GO and Python SDKs are also supported unofficially. Fabric platform was built in such way that it can take any general purpose programming language as it is chaincode programming languages. Issue with general purpose programming languages are the Non-deterministic nature. With help of fabric architecture (execute - order - validate) we can avoid them. Thanks and Regards Parthiban Selvaraj
On Mon, 20 Jan, 2020, 10:58 AM Trevor Lee Oakley, <trevor@...> wrote:
|
|