Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#4 from yeasy/patch-1
Browse files Browse the repository at this point in the history
Update the Cello section
  • Loading branch information
cmickeyb authored Aug 9, 2017
2 parents f02e0da + 7086a9d commit 5ab0d7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CurrentProjects/cello.tex
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Hyperledger Cello aims to bring the on-demand “as-a-service” deployment model to the blockchain ecosystem to reduce the effort required for maintaining the lifecycle of implementations of Hyperledger blockchain frameworks. It provides a multi-tenant chain service efficiently and automatically on top of various infrastructures, e.g., baremetal, virtual machine, and more container platforms, overall helping provide Blockchain as a Service efficiently. It also helps with maintenance through a dashboard where users can check the system status, scale the chain numbers, and change resources.
Hyperledger Cello is an open framework to help people adopt blockchain technologies efficiently and easily, by providing automatic ways in blockchain provision and operational management.

It brings the on-demand "as-a-service" deployment model to the blockchain ecosystem to reduce the effort required for maintaining the lifecycle of the Hyperledger blockchain frameworks. It provides a multi-tenant chain service efficiently and automatically on top of various infrastructures, including baremetal, virtual machine, Cloud platforms like AWS, and container platforms like Docker Swarm and Kubernetes, overall helping provide "Blockchain as a Service" efficiently. It also helps with maintainance through a dashboard where users can watch the statistics/status of the blockchain system (e.g., system utilization, blockchain events, chaincode performance), and manage the blockchains (e.g., create, config and delete) and chaincode (e.g., deploy and upload private chaincode) in real-time.

Hyperledger Cello currently has supported Hyperledger Fabric 1.0 as the main blockchain implementation, while it has plans to support more blockchain types like sawtooth. The architecture follows the micro-service style, with pluggable implementations for most components. The main programing languages are Python and JavaScript.

0 comments on commit 5ab0d7a

Please sign in to comment.