Hyperledger

Hyperledger Tools – When / Why to use them?

This article aims to present details on when and why to use which Hyperledger tools. The following are different tools which are referred later in this article:

  • Cello
  • Composer
  • Explorer
  • Quilt

This article will be updated on regular basis as newer tools come up.


When / Why to use which Hyperledger Tools?

The following represents details related with the Hyperledger tools:

Hyperledger Tools When and Why to use them?
Explorer Hyperledger Explorer is a web application which can be used to view, invoke, deploy or query blocks, transactions and associated data, network information (name, status, list of nodes), chain codes and transaction families, as well as any other relevant information stored in the distributed ledger. Without Explorer, you would have to work with command line prompt. Although that would give you a greater control, for beginners, Explorer would help visualize things and make it easier to understand.
Composer Hyperledger Composer is an application development framework (ADF) for building blockchain business networks using Hyperledger Fabric framework. The following are some of the reasons why you would use Composer: a) UI-based interface makes it easy for business owners and developers to create smart contracts b) Helps in modeling assets and transactions in easy manner. c) Ease of collaboration. d) Easy of deployment as one could package the network as business network definition in form of business network archive (.bna file)) and deploy it appropriately onto Hyperledger Fabric servers.
Cello Hyperledger is a toolkit for creating Blockchain-as-a-service (Baas) platform. It could be used to create/provision a customizable Blockchain network on-demand. In order to manage the blockchain network, it provides dashboard for checking the system status, adjusting the chain numbers, scale resources etc. If you are looking to create and manage one or more Blockchain network, Hyperledger Cello could be the tool of choice.
Quilt Hyperledger Quilt can be used when there is a need for doing transactions (such as transfer value) across Blockchain networks. In other words, Quilt helps achieve interoperability across Blockchain network. A user registered with one Blockchain network can securely transfer the value to another user registered with another Blockchain network. Note that Quilt is created based on ILP (Interledger Protocol).
Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Recent Posts

Coefficient of Variation in Regression Modelling: Example

When building a regression model or performing regression analysis to predict a target variable, understanding…

4 days ago

Chunking Strategies for RAG with Examples

If you've built a "Naive" RAG pipeline, you've probably hit a wall. You've indexed your…

2 weeks ago

RAG Pipeline: 6 Steps for Creating Naive RAG App

If you're starting with large language models, you must have heard of RAG (Retrieval-Augmented Generation).…

2 weeks ago

Python: List Comprehension Explained with Examples

If you've spent any time with Python, you've likely heard the term "Pythonic." It refers…

2 weeks ago

Large Language Models (LLMs): Four Critical Modeling Stages

Large language models (LLMs) have fundamentally transformed our digital landscape, powering everything from chatbots and…

3 months ago

Agentic Workflow Design Patterns Explained with Examples

As Large Language Models (LLMs) evolve into autonomous agents, understanding agentic workflow design patterns has…

3 months ago