- What started the large interest in permissioned blockchain technologies such as Hyperledger?
Currently, permissionless blockchains like Ethereum and EOS are unable to meet the needs of businesses. Some business will require full control of governance to comply with regulations. Other businesses need to Identify their customers and keep some information completely private.
- Why are the popular public blockchains not suitable for business use cases?
Cheap and fast solutions are always the best solution when it comes to business. Permissionless blockchains are probably not going to the cheapest or fast when compared to a permissioned blockchain. Furthermore, permissionless blockchains are not well suited when it comes to identifying customers, this is very important for some enterprise solutions.
- What programming languages can be used to write smart contracts on Hyperledger Fabric?
Node.js, Go
- What does it mean to have support for âpluggable consensus protocolsâ?
Hyperledger has pluggable consensus protocols that allow users to tailer the blockchain to their needs. A user can choose a (CFT) crash fault-tolerant consensus protocol or a byzantine fault tolerant consensus protocol depending what is required.