Boston Consulting Group’s paper titled “Capturing the value of Blockchain” Download
Blockchain, Hyperledger, Corda, Documentum, SQL, NodeJS
Boston Consulting Group’s paper titled “Capturing the value of Blockchain” Download
Official documentation of Indian Government titled “National Strategy on Blockchain” Download
The very core of Hyperledger Fabric is Chaincode, you need a Chaincode to read and write data to the World State. There is a syntax for writing your Chaincode. The Chaincode has two methods Init and Invoke, Init is called when the chaincode is instantiated and Invoke when the chaincode is invoked or queried. Both these method has the same return type pb.Response.