-
What started the large interest in permissioned blockchain technologies such as Hyperledger?
Because there are many use cases for the blockchain technology but companies need permissioned system where they can assign which nodes they trust with potentially sensitive data which ccoomapnies may have. These permiissioned systems also allow forr quicker transaction, with identiable players. -
Why are the popular public blockchains not suitable for business use cases?
Because companies do not want untrusted nodes to have access to their data and smart contracts. You want to be able to identify who is engaging with the nodes and smart contracts.
- What programming languages can be used to write smart contracts on Hyperledger Fabric?
Conveniently you can use java to program a smart contract on hyperledger and other general languages like go and node.js
- What does it mean to have support for "pluggable consensus protocols"
you can customize the protocol to best suit your needs by choosiing structure and consensus mechhanism depending on your use case and can thus have authority in terms of choosing which system suits your ccompany best. If for example you can trusst all nodes in the system, less byzantine fualt tolerant consensus can be used.