SlideShare ist ein Scribd-Unternehmen logo
1 von 6
Hyperledger
Hyperledger:
Hyperledger (or the Hyperledger project) is an umbrella project of open source
blockchains and related tools, started in December 2015 by the Linux
Foundation.
and has received contributions from IBM, Intel and SAP Ariba, to supportthe
collaborative development of blockchain-based distributed ledgers.
Goals
Hyperledger has the following goals:
 Create enterprise grade, open source, distributed ledger frameworks
and code bases to supportbusiness transactions
 Provideneutral, open, and community-driven infrastructuresupported
by technical and business governance
 Build technical communities to develop blockchain and shared ledger
POCs, usecases, field trails and deployments
 Educate the public about the marketopportunity for blockchain
technology
 Promote our community of communities taking a toolkit approach with
many platforms and frameworks
Differences betweenHyperledger andpermission-less blockchain
technologies
Components of Hyperledger Frameworks
Hyperledger business blockchain frameworksareused to build enterprise
blockchains for a consortium of organizations. They aredifferent than public
ledgers like the Bitcoin blockchain and Ethereum. The Hyperledger frameworks
include:
 An append-only distributed ledger
 A consensus algorithm for agreeing to changes in the ledger
 Privacy of transactions through permissioned access
 Smartcontracts to process transaction requests.
Hyperledger Iroha :
 Hyperledger Iroha is a blockchain framework designed to be simple and
easy to incorporateinto infrastructureprojects thatrequire distributed
ledger technology.
 Itwas originally developed by Soramitsu in Japan and was proposed to
Hyperledger by Soramitsu, Hitachi, NTT Data, and Colu.
KEY FEATURES OF IROHA:
A simple structure
• Modern, domain-driven C++ design
• Emphasis on mobile application development
• A new, chain-based ByzantineFault-Tolerant consensus algorithm, called
Sumeragi
HyperledgerSawtooth:
 Hyperledger Sawtooth is a modular platform for building, deploying, and
running distributed ledgers. Distributed ledgers providea digital record
(such as asset ownership) thatis maintained without a central authority
or implementation.
 Sawtooth aims to keep distributed ledgers distributed and to make
smartcontracts safe for enterpriseuse.
 Hyperledger Sawtooth, contributed by Intel
 Itis a blockchain framework that utilizes a modular platform for building,
deploying, and running distributed ledgers.
 Distributed ledger solutions built with Hyperledger Sawtooth can utilize
various consensus algorithms based on the sizeof the network. By
default, it uses the Proof of Elapsed Time (PoET) consensus algorithm.
which provides the scalability of the Bitcoin blockchain without the high
energy consumption.
 Hyperledger Sawtooth is designed for versatility, with supportfor both
permissioned and permissionless deployments.
Eg: Sawtooth lake: Sawtooth Lakeblockchain technology can providean
immutable record of the provenance
UniqueCharacteristicsofSawtooth:
 Sawtooth is designed so that you can grow the sizeof the network
 You can actually change the consensus mechanism on the fly
Hyperledger Indy :
 Hyperledger Indy is a distributed ledger, purpose-builtfor decentralized
identity.
 Indy provides tools, libraries, and reusablecomponents for creating and
using independent digital identities rooted on blockchains or other
distributed ledgers. These identities are interoperable across
administrative domains, applications, and any other organizationalsilo.
That means friends, competitors, and even antagonists can all rely on a
shared sourceof truth.
 Indy answers fundamentalquestions such as, “Who am I dealing with?”
and “How can I verify any data about the other party in this
interaction?”
Hyperledger Indy letsusersauthenticateidentitybased onthe
attributestheyare willing tostore and share themselves. Thiscan
reduce the amount ofliability contained withina businessbecause
the data canbe kept with the user and presented toyou againin a
way that you cantrust and validate that what hasbeensaid really
wassaid and is trusted by the other partiesyou dobusinesswith.
- NathanGeorge, Maintainer, HyperledgerIndy
KEY FEATURES OF INDY
Self-sovereignity—Indystores identity artifacts on a ledger with distributed
ownership. Theseartifacts can include public keys, proofs of existence,
cryptographic accumulators thatenable revocation, and so on. No one but the
true owner can change or remove an identity.
Privacy—By default, Indy preserves privacy, sinceevery identity owner can
operate without creating any correlation risk or breadcrumbs.
Verifiable claims—Identity claims can resemble familiar credentials such as
birth certificates, driver’s licenses, passports, and so on. But these can be
combined and transformed in powerfulways, using zero-knowledgeproofs to
enable selective disclosureof only the data required by any particular context.
HyperledgerBurrow :
 Burrowis a permissionable smartcontractmachine.
 Burrowbecamethe fourthdistributedledgerplatform within
Hyperledgerin April,2017.Itwas originallydevelopedand proposed
to HyperledgerbyMonax.
 Burrowprovidesa stronglydeterministic,smartcontract-focused
blockchaindesign. Burrowusersbenefitfroman accesscontrollayer
throughthe use of smartcontractsand Äúsecurenatives-based
permissionlayer.
 HyperledgerBurrowprovidesa modularblockchainclientwith a
permissionedsmart contractinterpreterdevelopedpartlyto the
specificationsof the EthereumVirtualMachine(EVM).
Burrow includes all the following components:
Burrow includes all the following components:
• Consensus engine—Maintains the networking stack between nodes and
ordering
transactions to be used by the application engine.
• Application Blockchain Interface(ABCI)—Provides theinterface specification
for the
consensus engineand application engine to connect.
• Smartcontract application engine—Provides developers with a strongly
deterministic
smartcontract engine for operating complex industrialprocesses.
• Gateway—Provides programmatic interfaces for system integrations and
user interfaces
Hyperledger Modules(Tools)
The Hyperledger modulesare auxiliary softwares used for things like
deploying and maintaining blockchains, examining the data on the
ledgers, as well as tools to design, prototype, and extend blockchain
networks.
Hyperledger Cello
Hyperledger Cello is a blockchain module toolkit that aims to bring the on-demand
deployment model to the blockchain ecosystem.
The goal is to help enterprises quickly and easily adopt blockchain technologies, by
providing automated ways to create, manage, and terminate blockchains.
Cello also provides a real-time dashboard where users can:
• View the status of the blockchain system
• See statistics such as blockchain events, chaincodeperformance, and system
utilization
• Manage blockchains by creating, configuring, and deleting them
• Manage chaincode by deploying and uploading private chaincode
Hyperledger Cello currently supports Hyperledger Fabric as the main
blockchain implementation.
The project plans to supportHyperledger Sawtooth and other types of
blockchains.
Hyperledger Composer
Hyperledger Composer provides a suite of tools for building blockchain business
networks.
These tools allow you to:
 Model your business blockchain network
 Generate REST APIs for interacting with your blockchain network
 Generate a skeleton Angular application.
Built in Javascript (yaey!), Hyperledger Composer provides an easy-to-use set of
components that developers can quickly learn and implement. The project was
contributed by Oxchains and IBM.
The benefits of Hyperledger Composer are:
 Faster creation of blockchain applications, eliminating the massive effort
required to build blockchain applications from scratch
 Reduced risk with well-tested, efficient design that aligns understanding
across business and technical analysts
 Greater flexibility as the higher-level abstractions make it far simpler to
iterate.
Hyperledger Explorer:
Hyperledger Explorer is a tool for visualizing blockchain operations.
It is the first ever blockchain explorer for permissioned ledgers, allowing anyone to
explore the distributed ledger projects being created by Hyperledger’s members from
the inside, without compromising their privacy.
The project was contributed by DTCC, Intel, and IBM.
Designed to create a user-friendly web application, Hyperledger Explorer can view,
invoke, deploy, or query:
 Blocks
 Transactions and associated data
 Network information (name, status, list of nodes)
 Smart contracts (chain codes and transaction families)
 Other relevant information stored in the ledger.

Weitere ähnliche Inhalte

Was ist angesagt?

Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureNuri Cankaya
 
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise BlockchainHyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise BlockchainAltoros
 
Microsoft blockchain vision - enterprise smart contracts, coco framework and...
Microsoft blockchain vision  - enterprise smart contracts, coco framework and...Microsoft blockchain vision  - enterprise smart contracts, coco framework and...
Microsoft blockchain vision - enterprise smart contracts, coco framework and...Razi Rais
 
Deja vu Security - Blockchain Security Summit - Adam Cecchetti
Deja vu Security - Blockchain Security Summit - Adam CecchettiDeja vu Security - Blockchain Security Summit - Adam Cecchetti
Deja vu Security - Blockchain Security Summit - Adam CecchettiScott Strang
 
How does hyperledger fabric blockchain work
How does hyperledger fabric blockchain work How does hyperledger fabric blockchain work
How does hyperledger fabric blockchain work Blockchain Council
 
Security in the blockchain
Security in the blockchainSecurity in the blockchain
Security in the blockchainBellaj Badr
 
The Microsoft vision for Blockchain
The Microsoft vision for BlockchainThe Microsoft vision for Blockchain
The Microsoft vision for BlockchainASPEX_BE
 
Privacy Preserving Paradigms of Blockchain Technology
Privacy Preserving Paradigms of Blockchain TechnologyPrivacy Preserving Paradigms of Blockchain Technology
Privacy Preserving Paradigms of Blockchain TechnologyGokul Alex
 
An introduction to blockchain and hyperledger v ru
An introduction to blockchain and hyperledger v ruAn introduction to blockchain and hyperledger v ru
An introduction to blockchain and hyperledger v ruLennartF
 
Banking on a Blockchain
Banking on a BlockchainBanking on a Blockchain
Banking on a BlockchainAltoros
 
Blockchain Security and Demonstration
Blockchain Security and DemonstrationBlockchain Security and Demonstration
Blockchain Security and DemonstrationYao Yao
 
Distributed Intelligence
Distributed IntelligenceDistributed Intelligence
Distributed IntelligenceNuri Cankaya
 
Towards Self Sovereign Identity 20180508
Towards Self Sovereign Identity 20180508Towards Self Sovereign Identity 20180508
Towards Self Sovereign Identity 20180508Arnaud Le Hors
 
Blockchain Security and Privacy
Blockchain Security and PrivacyBlockchain Security and Privacy
Blockchain Security and PrivacyAnil John
 
IDC - Blockchain Threat Model
IDC - Blockchain Threat ModelIDC - Blockchain Threat Model
IDC - Blockchain Threat ModelPeteLind
 
Introduction of Hyperledger Fabric & Composer
Introduction of Hyperledger Fabric & Composer Introduction of Hyperledger Fabric & Composer
Introduction of Hyperledger Fabric & Composer Dr. Ketan Parmar
 
How Blockchain Can Be Used In Supply Chain Management & How It Works?
How Blockchain Can Be Used In Supply Chain Management & How It Works?How Blockchain Can Be Used In Supply Chain Management & How It Works?
How Blockchain Can Be Used In Supply Chain Management & How It Works?Blockchain Council
 
Blockchain explored
Blockchain explored Blockchain explored
Blockchain explored IBM Sverige
 

Was ist angesagt? (20)

Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
 
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise BlockchainHyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
Hyperledger Sawtooth Lake Intel's OSS Contribution to Enterprise Blockchain
 
Microsoft blockchain vision - enterprise smart contracts, coco framework and...
Microsoft blockchain vision  - enterprise smart contracts, coco framework and...Microsoft blockchain vision  - enterprise smart contracts, coco framework and...
Microsoft blockchain vision - enterprise smart contracts, coco framework and...
 
Deja vu Security - Blockchain Security Summit - Adam Cecchetti
Deja vu Security - Blockchain Security Summit - Adam CecchettiDeja vu Security - Blockchain Security Summit - Adam Cecchetti
Deja vu Security - Blockchain Security Summit - Adam Cecchetti
 
How does hyperledger fabric blockchain work
How does hyperledger fabric blockchain work How does hyperledger fabric blockchain work
How does hyperledger fabric blockchain work
 
Build your first blockchain
Build your first blockchainBuild your first blockchain
Build your first blockchain
 
Security in the blockchain
Security in the blockchainSecurity in the blockchain
Security in the blockchain
 
The Microsoft vision for Blockchain
The Microsoft vision for BlockchainThe Microsoft vision for Blockchain
The Microsoft vision for Blockchain
 
Privacy Preserving Paradigms of Blockchain Technology
Privacy Preserving Paradigms of Blockchain TechnologyPrivacy Preserving Paradigms of Blockchain Technology
Privacy Preserving Paradigms of Blockchain Technology
 
An introduction to blockchain and hyperledger v ru
An introduction to blockchain and hyperledger v ruAn introduction to blockchain and hyperledger v ru
An introduction to blockchain and hyperledger v ru
 
Banking on a Blockchain
Banking on a BlockchainBanking on a Blockchain
Banking on a Blockchain
 
Blockchain Security and Demonstration
Blockchain Security and DemonstrationBlockchain Security and Demonstration
Blockchain Security and Demonstration
 
Distributed Intelligence
Distributed IntelligenceDistributed Intelligence
Distributed Intelligence
 
Towards Self Sovereign Identity 20180508
Towards Self Sovereign Identity 20180508Towards Self Sovereign Identity 20180508
Towards Self Sovereign Identity 20180508
 
1. ibm blockchain explained
1. ibm blockchain explained1. ibm blockchain explained
1. ibm blockchain explained
 
Blockchain Security and Privacy
Blockchain Security and PrivacyBlockchain Security and Privacy
Blockchain Security and Privacy
 
IDC - Blockchain Threat Model
IDC - Blockchain Threat ModelIDC - Blockchain Threat Model
IDC - Blockchain Threat Model
 
Introduction of Hyperledger Fabric & Composer
Introduction of Hyperledger Fabric & Composer Introduction of Hyperledger Fabric & Composer
Introduction of Hyperledger Fabric & Composer
 
How Blockchain Can Be Used In Supply Chain Management & How It Works?
How Blockchain Can Be Used In Supply Chain Management & How It Works?How Blockchain Can Be Used In Supply Chain Management & How It Works?
How Blockchain Can Be Used In Supply Chain Management & How It Works?
 
Blockchain explored
Blockchain explored Blockchain explored
Blockchain explored
 

Ähnlich wie Hyper ledger febric

What is Hyperledger? | Blockchain Development Company | Codezeros
What is Hyperledger? | Blockchain Development Company | CodezerosWhat is Hyperledger? | Blockchain Development Company | Codezeros
What is Hyperledger? | Blockchain Development Company | CodezerosCodezeros
 
Hyperledger fabric building your first network walkthrough
Hyperledger fabric  building your first network walkthroughHyperledger fabric  building your first network walkthrough
Hyperledger fabric building your first network walkthroughChandra Pendyala
 
01 - Introduction to Hyperledger : A Blockchain Technology for Business
01 - Introduction to Hyperledger : A Blockchain Technology for Business01 - Introduction to Hyperledger : A Blockchain Technology for Business
01 - Introduction to Hyperledger : A Blockchain Technology for BusinessMerlec Mpyana
 
Collaborative Blockchain- All You Need to Know About Hyperledger
Collaborative Blockchain- All You Need to Know About HyperledgerCollaborative Blockchain- All You Need to Know About Hyperledger
Collaborative Blockchain- All You Need to Know About HyperledgerBlockchain Developments
 
Hyperledger Fabric & Composer
Hyperledger Fabric & Composer Hyperledger Fabric & Composer
Hyperledger Fabric & Composer Dr. Ketan Parmar
 
hyperledger-chaincode & hyperl fabric.pptx
hyperledger-chaincode & hyperl fabric.pptxhyperledger-chaincode & hyperl fabric.pptx
hyperledger-chaincode & hyperl fabric.pptxdeepaksingh160910
 
Hyperledger community update February 2018
Hyperledger  community update   February 2018Hyperledger  community update   February 2018
Hyperledger community update February 2018Christopher Ferris
 
Hyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellHyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellDaniel Chan
 
DLT analytics and AI workshop 13 march 2019
DLT analytics and AI workshop   13 march  2019DLT analytics and AI workshop   13 march  2019
DLT analytics and AI workshop 13 march 2019Stavros Zervoudakis
 
Hyperledger community update 20180528
Hyperledger community update 20180528Hyperledger community update 20180528
Hyperledger community update 20180528Arnaud Le Hors
 
Bhadale IT Hub-Multi Cloud and Multi QAI
Bhadale IT Hub-Multi Cloud and Multi QAIBhadale IT Hub-Multi Cloud and Multi QAI
Bhadale IT Hub-Multi Cloud and Multi QAIVijayananda Mohire
 
Oracle Blockchain Experience Day
Oracle Blockchain Experience DayOracle Blockchain Experience Day
Oracle Blockchain Experience DayJuarez Junior
 
Blockchain Hyperledger Development
Blockchain Hyperledger DevelopmentBlockchain Hyperledger Development
Blockchain Hyperledger DevelopmentPulsehyip
 
Hyperledger community update 201805
Hyperledger community update 201805Hyperledger community update 201805
Hyperledger community update 201805Arnaud Le Hors
 
Distributed:Health Code Camp Hyperledger
Distributed:Health Code Camp HyperledgerDistributed:Health Code Camp Hyperledger
Distributed:Health Code Camp HyperledgerTracy Kuhrt
 
Trust Data Sharing and Utilization Infrastructure for Sensitive Data Using Hy...
Trust Data Sharing and Utilization Infrastructure for Sensitive Data Using Hy...Trust Data Sharing and Utilization Infrastructure for Sensitive Data Using Hy...
Trust Data Sharing and Utilization Infrastructure for Sensitive Data Using Hy...Koshi Ikegawa
 

Ähnlich wie Hyper ledger febric (20)

What is Hyperledger? | Blockchain Development Company | Codezeros
What is Hyperledger? | Blockchain Development Company | CodezerosWhat is Hyperledger? | Blockchain Development Company | Codezeros
What is Hyperledger? | Blockchain Development Company | Codezeros
 
Hyperledger fabric building your first network walkthrough
Hyperledger fabric  building your first network walkthroughHyperledger fabric  building your first network walkthrough
Hyperledger fabric building your first network walkthrough
 
01 - Introduction to Hyperledger : A Blockchain Technology for Business
01 - Introduction to Hyperledger : A Blockchain Technology for Business01 - Introduction to Hyperledger : A Blockchain Technology for Business
01 - Introduction to Hyperledger : A Blockchain Technology for Business
 
Collaborative Blockchain- All You Need to Know About Hyperledger
Collaborative Blockchain- All You Need to Know About HyperledgerCollaborative Blockchain- All You Need to Know About Hyperledger
Collaborative Blockchain- All You Need to Know About Hyperledger
 
Block chain
Block chainBlock chain
Block chain
 
Hyperledger Fabric & Composer
Hyperledger Fabric & Composer Hyperledger Fabric & Composer
Hyperledger Fabric & Composer
 
hyperledger-chaincode & hyperl fabric.pptx
hyperledger-chaincode & hyperl fabric.pptxhyperledger-chaincode & hyperl fabric.pptx
hyperledger-chaincode & hyperl fabric.pptx
 
Hyperledger community update February 2018
Hyperledger  community update   February 2018Hyperledger  community update   February 2018
Hyperledger community update February 2018
 
Hyperledger.pptx
Hyperledger.pptxHyperledger.pptx
Hyperledger.pptx
 
Meetup srilanka
Meetup srilankaMeetup srilanka
Meetup srilanka
 
Hyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellHyperledger Fabric in a Nutshell
Hyperledger Fabric in a Nutshell
 
DLT analytics and AI workshop 13 march 2019
DLT analytics and AI workshop   13 march  2019DLT analytics and AI workshop   13 march  2019
DLT analytics and AI workshop 13 march 2019
 
Hyperledger community update 20180528
Hyperledger community update 20180528Hyperledger community update 20180528
Hyperledger community update 20180528
 
Bhadale IT Hub-Multi Cloud and Multi QAI
Bhadale IT Hub-Multi Cloud and Multi QAIBhadale IT Hub-Multi Cloud and Multi QAI
Bhadale IT Hub-Multi Cloud and Multi QAI
 
Oracle Blockchain Experience Day
Oracle Blockchain Experience DayOracle Blockchain Experience Day
Oracle Blockchain Experience Day
 
Blockchain Hyperledger Development
Blockchain Hyperledger DevelopmentBlockchain Hyperledger Development
Blockchain Hyperledger Development
 
Hyperledger community update 201805
Hyperledger community update 201805Hyperledger community update 201805
Hyperledger community update 201805
 
Distributed:Health Code Camp Hyperledger
Distributed:Health Code Camp HyperledgerDistributed:Health Code Camp Hyperledger
Distributed:Health Code Camp Hyperledger
 
Conoscerehyperledger
ConoscerehyperledgerConoscerehyperledger
Conoscerehyperledger
 
Trust Data Sharing and Utilization Infrastructure for Sensitive Data Using Hy...
Trust Data Sharing and Utilization Infrastructure for Sensitive Data Using Hy...Trust Data Sharing and Utilization Infrastructure for Sensitive Data Using Hy...
Trust Data Sharing and Utilization Infrastructure for Sensitive Data Using Hy...
 

Kürzlich hochgeladen

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 

Kürzlich hochgeladen (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 

Hyper ledger febric

  • 1. Hyperledger Hyperledger: Hyperledger (or the Hyperledger project) is an umbrella project of open source blockchains and related tools, started in December 2015 by the Linux Foundation. and has received contributions from IBM, Intel and SAP Ariba, to supportthe collaborative development of blockchain-based distributed ledgers. Goals Hyperledger has the following goals:  Create enterprise grade, open source, distributed ledger frameworks and code bases to supportbusiness transactions  Provideneutral, open, and community-driven infrastructuresupported by technical and business governance  Build technical communities to develop blockchain and shared ledger POCs, usecases, field trails and deployments  Educate the public about the marketopportunity for blockchain technology  Promote our community of communities taking a toolkit approach with many platforms and frameworks Differences betweenHyperledger andpermission-less blockchain technologies
  • 2. Components of Hyperledger Frameworks Hyperledger business blockchain frameworksareused to build enterprise blockchains for a consortium of organizations. They aredifferent than public ledgers like the Bitcoin blockchain and Ethereum. The Hyperledger frameworks include:  An append-only distributed ledger  A consensus algorithm for agreeing to changes in the ledger  Privacy of transactions through permissioned access  Smartcontracts to process transaction requests. Hyperledger Iroha :  Hyperledger Iroha is a blockchain framework designed to be simple and easy to incorporateinto infrastructureprojects thatrequire distributed ledger technology.  Itwas originally developed by Soramitsu in Japan and was proposed to Hyperledger by Soramitsu, Hitachi, NTT Data, and Colu. KEY FEATURES OF IROHA: A simple structure • Modern, domain-driven C++ design • Emphasis on mobile application development • A new, chain-based ByzantineFault-Tolerant consensus algorithm, called Sumeragi HyperledgerSawtooth:  Hyperledger Sawtooth is a modular platform for building, deploying, and running distributed ledgers. Distributed ledgers providea digital record (such as asset ownership) thatis maintained without a central authority or implementation.  Sawtooth aims to keep distributed ledgers distributed and to make smartcontracts safe for enterpriseuse.  Hyperledger Sawtooth, contributed by Intel  Itis a blockchain framework that utilizes a modular platform for building, deploying, and running distributed ledgers.
  • 3.  Distributed ledger solutions built with Hyperledger Sawtooth can utilize various consensus algorithms based on the sizeof the network. By default, it uses the Proof of Elapsed Time (PoET) consensus algorithm. which provides the scalability of the Bitcoin blockchain without the high energy consumption.  Hyperledger Sawtooth is designed for versatility, with supportfor both permissioned and permissionless deployments. Eg: Sawtooth lake: Sawtooth Lakeblockchain technology can providean immutable record of the provenance UniqueCharacteristicsofSawtooth:  Sawtooth is designed so that you can grow the sizeof the network  You can actually change the consensus mechanism on the fly Hyperledger Indy :  Hyperledger Indy is a distributed ledger, purpose-builtfor decentralized identity.  Indy provides tools, libraries, and reusablecomponents for creating and using independent digital identities rooted on blockchains or other distributed ledgers. These identities are interoperable across administrative domains, applications, and any other organizationalsilo. That means friends, competitors, and even antagonists can all rely on a shared sourceof truth.  Indy answers fundamentalquestions such as, “Who am I dealing with?” and “How can I verify any data about the other party in this interaction?” Hyperledger Indy letsusersauthenticateidentitybased onthe attributestheyare willing tostore and share themselves. Thiscan reduce the amount ofliability contained withina businessbecause the data canbe kept with the user and presented toyou againin a way that you cantrust and validate that what hasbeensaid really wassaid and is trusted by the other partiesyou dobusinesswith. - NathanGeorge, Maintainer, HyperledgerIndy
  • 4. KEY FEATURES OF INDY Self-sovereignity—Indystores identity artifacts on a ledger with distributed ownership. Theseartifacts can include public keys, proofs of existence, cryptographic accumulators thatenable revocation, and so on. No one but the true owner can change or remove an identity. Privacy—By default, Indy preserves privacy, sinceevery identity owner can operate without creating any correlation risk or breadcrumbs. Verifiable claims—Identity claims can resemble familiar credentials such as birth certificates, driver’s licenses, passports, and so on. But these can be combined and transformed in powerfulways, using zero-knowledgeproofs to enable selective disclosureof only the data required by any particular context. HyperledgerBurrow :  Burrowis a permissionable smartcontractmachine.  Burrowbecamethe fourthdistributedledgerplatform within Hyperledgerin April,2017.Itwas originallydevelopedand proposed to HyperledgerbyMonax.  Burrowprovidesa stronglydeterministic,smartcontract-focused blockchaindesign. Burrowusersbenefitfroman accesscontrollayer throughthe use of smartcontractsand Äúsecurenatives-based permissionlayer.  HyperledgerBurrowprovidesa modularblockchainclientwith a permissionedsmart contractinterpreterdevelopedpartlyto the specificationsof the EthereumVirtualMachine(EVM). Burrow includes all the following components: Burrow includes all the following components: • Consensus engine—Maintains the networking stack between nodes and ordering transactions to be used by the application engine. • Application Blockchain Interface(ABCI)—Provides theinterface specification for the consensus engineand application engine to connect.
  • 5. • Smartcontract application engine—Provides developers with a strongly deterministic smartcontract engine for operating complex industrialprocesses. • Gateway—Provides programmatic interfaces for system integrations and user interfaces Hyperledger Modules(Tools) The Hyperledger modulesare auxiliary softwares used for things like deploying and maintaining blockchains, examining the data on the ledgers, as well as tools to design, prototype, and extend blockchain networks. Hyperledger Cello Hyperledger Cello is a blockchain module toolkit that aims to bring the on-demand deployment model to the blockchain ecosystem. The goal is to help enterprises quickly and easily adopt blockchain technologies, by providing automated ways to create, manage, and terminate blockchains. Cello also provides a real-time dashboard where users can: • View the status of the blockchain system • See statistics such as blockchain events, chaincodeperformance, and system utilization • Manage blockchains by creating, configuring, and deleting them • Manage chaincode by deploying and uploading private chaincode Hyperledger Cello currently supports Hyperledger Fabric as the main blockchain implementation. The project plans to supportHyperledger Sawtooth and other types of blockchains. Hyperledger Composer
  • 6. Hyperledger Composer provides a suite of tools for building blockchain business networks. These tools allow you to:  Model your business blockchain network  Generate REST APIs for interacting with your blockchain network  Generate a skeleton Angular application. Built in Javascript (yaey!), Hyperledger Composer provides an easy-to-use set of components that developers can quickly learn and implement. The project was contributed by Oxchains and IBM. The benefits of Hyperledger Composer are:  Faster creation of blockchain applications, eliminating the massive effort required to build blockchain applications from scratch  Reduced risk with well-tested, efficient design that aligns understanding across business and technical analysts  Greater flexibility as the higher-level abstractions make it far simpler to iterate. Hyperledger Explorer: Hyperledger Explorer is a tool for visualizing blockchain operations. It is the first ever blockchain explorer for permissioned ledgers, allowing anyone to explore the distributed ledger projects being created by Hyperledger’s members from the inside, without compromising their privacy. The project was contributed by DTCC, Intel, and IBM. Designed to create a user-friendly web application, Hyperledger Explorer can view, invoke, deploy, or query:  Blocks  Transactions and associated data  Network information (name, status, list of nodes)  Smart contracts (chain codes and transaction families)  Other relevant information stored in the ledger.