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

Retrieval Augmented Generation (RAG) & LLM: Examples

Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…

6 days ago

How to Setup MEAN App with LangChain.js

Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…

2 weeks ago

Build AI Chatbots for SAAS Using LLMs, RAG, Multi-Agent Frameworks

Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…

2 weeks ago

Creating a RAG Application Using LangGraph: Example Code

Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…

3 weeks ago

Building a RAG Application with LangChain: Example Code

The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…

3 weeks ago

Building an OpenAI Chatbot with LangChain

Have you ever wondered how to use OpenAI APIs to create custom chatbots? With advancements…

3 weeks ago