SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
Hyperledger Community Update
Arnaud J Le Hors
Senior Technical Staff Member Web & Blockchain Open Technologies, IBM
Member of the Hyperledger Project Technical Steering Committee
February 2018
28 years of Open Technologies
• Released libXpm as Open Source in 1990 (INRIA)
• Worked on X11R6 (X Consortium)
• Editor of HTML4 and DOM specifications, Chair of XML WG (W3C)
• Architect of Xerces, the Apache XML Parser
• Main IBM Representative at W3C
• Contributor to the Hyperledger Fabric project
• Elected Member of the Hyperledger Project Technical Steering Committee
Shared Ledger Database
3
Blockchain allows multiple different parties to securely
interact with the same universal source of truth
Streamlined settlement,
improved liquidity,
increased transparency
and new products/markets
Finance
Unite disparate processes,
increase data flow and
liquidity, reduce costs and
improve patient
experience and outcomes
Healthcare
Track parts and service
provenance, ensure
authenticity of goods,
block counterfeits, reduce
conflicts
Supply Chain
Open source
collaborative effort to
advance cross-industry
blockchain
technologies
Hosted by
The Linux Foundation,
fastest-growing project in
LF history
Global collaboration
spanning finance,
banking, IoT, supply
chains, healthcare,
manufacturing,
technology and more.
Introducing Hyperledger
4
5
Together with the global technology community, The Linux Foundation® is solving the
world’s hardest problems through open source and creating the largest shared
technology investment in history.
With 16 years experience providing governance structure, IT infrastructure and
ecosystem development, The Linux Foundation is the umbrella organization for more than
60 open source projects accelerating open technology development and commercial
adoption.
Some of the game-changing initiatives hosted by The Linux Foundation include:
Hyperledger
Composer
Hyperledger
Explorer
Hyperledger
Cello
Tools
Typically built for one framework, and through
common license and community of communities
approach, ported to other frameworks
Hyperledger
Fabric
Hyperledger
Iroha
Hyperledger
Sawtooth
HyperledgerCloud Foundry Node.js
Open Container
Initiative
Hyperledger Modular Umbrella Approach
6
Infrastructure
Technical, Legal,
Marketing, Organizational
Ecosystems that accelerate
open development and
commercial adoption
Frameworks
Meaningfully differentiated approaches
to business blockchain frameworks
developed by a growing community of
communities
Hyperledger
Burrow
Hyperledger
Indy
Hyperledger
Quilt
Hyperledger Fabric
Business Blockchain Framework
● Hyperledger’s first project, contributed by IBM and Digital Asset
● Smart contracts called “chaincode” are written in Golang (and with 1.1
Javascript) and run in secure Docker containers
● Channels ensure that only the participants involved in a transaction see the
transaction
● First project to reach ‘Active’ status and to release version 1.0
● 159 contributors from 27 organizations, 3500 change sets
7
Hyperledger Sawtooth
Business Blockchain Framework
● Hyperledger’s second project, contributed by Intel
● Second project to reach 1.0 maturity
● Supports both permissioned and permissionless deployments
● Includes a novel consensus algorithm, Proof of Elapsed Time (PoET), which
mimics proof of work without the high energy consumption using the secure
enclave on an Intel chip to provide a random wait timer to each of the
validators (nodes) on the network
● Supports the EVM through a collaboration with the Hyperledger Burrow
community
8
Hyperledger Iroha
Business Blockchain Framework
● Contributed by Soramitsu, Hitachi, NTT Data and Colu
● Written in C++
● Emphasis on mobile application development
● Provides both Android and iOS SDKs
9
Hyperledger Indy
Business Blockchain Framework
● Contributed by the Sovrin Foundation
● Focuses on identities rooted on blockchains
● Utilizes zero-knowledge proofs to provide verifiable claims
● These verifiable claims can be used to prove something about the identity
without providing access to the underlying data
10
Hyperledger Burrow
Business Blockchain Framework
● Contributed by Monax
● First permissioned ledger with support for the Ethereum Virtual Machine (EVM)
● Originally named ErisDB
● Uses Tendermint as its consensus mechanism
11
Hyperledger Composer
Business Blockchain Tool
● Contributed by IBM and Oxchains
● Suite of tools to quickly develop your blockchain business networks
● Modeling language allows you to have your business people specify the
participants, assets, and transactions
● Developers write transaction logic in JavaScript
● Ability to generate a REST API and Angular application from the model
12
Hyperledger Cello
Business Blockchain Tool
● Contributed by IBM, with sponsors from Soramitsu, Huawei and Intel
● Used for DevOps
● Allows you to quicly deploy your blockchain networks
● Provides the ability to monitor your blockchain networks
● Blockchain network can be deployed on baremetal, virtual machine, or cloud
13
Hyperledger Explorer
Business Blockchain Tool
● Originally contributed by IBM, Intel and DTCC. Recent release contributed by
OneChain
● Allows you to visualize the blockchain
● Blocks
● Transactions
● Network information
● Chaincodes or Transaction families
14
Hyperledger Quilt
Business Blockchain Tool
● Contributed by NTT Data and Ripple
● Java implementation of the Interledger protocol
● Interledger protocol provides:
● atomic swaps between ledgers (even non-blockchain or distributed ledgers)
● a single account namespace for accounts within each ledger
15
Additional Community Working Groups
16
Working Groups are open to the public
Technical
Working Group, China
(TWG - China)
Requirements
Working Group
Identity
Working Group
Architecture
Working Group
Whitepaper
Working Group
Healthcare
Working Group
+ New Working Group on Performance and Scalability!
Community and Ecosystem Engagement
17
Behlendorf is a regular keynoter and
Hyperledger exhibits at cross-industry events.
Hyperledger Member Summit.
Active engagement with technology and
finance journalists and analysts to continue
educating the market on Hyperledger.
hyperledger.org/news
Technical Steering Committee hosts regular
online and face-to-face hackathons. Join our
mailing lists to learn about these and other
technical activities. hyperledger.org/community
Hyperledger Global Meetups
18
Hyperledger Meetups
We are 25k+ members across 91 Meetups
19
Hyperledger Members
Premier
General
General
Associate
Source: https://www.hyperledger.org/members
Updated: 26 January 2018
Hyperledger Labs
A channel suitable for innovation and testing of ideas
• Labs are proposed and run by the community (not directly controlled by TSC).
They can be created by a simple request (done by submitting a Pull Request)
to the Labs Stewards.
• Provide a legal framework suitable for transition to Incubation
• Gitub: https://github.com/hyperledger-labs
Rocket.Chat #labs channel,
Mailing List: hyperledger-labs@lists.hyperledger.org
Open Governance
Anyone can join or contribute
Built from the ground up for enterprise
With a maturity model to help companies move to production
Performance
Designed for speed and scalability
Confidentiality and privacy
Built-in channels for isolation and membership services for signing and
encryption. Supports IBM Blockchain Platform.
Modularity and flexibility
Choice of consensus algorithms and programming languages
Hyperledger Fabric Design Principles
© 2017 IBM Corporation
Endorser
Committer
Chaincode
Event
Ledger
Peer
Based on Source : https://jira.hyperledger.org/browse/FAB-37
Membership Srvc
SDK
Keys
Application
No SPoF
No SPoT
1: Submit Proposal
2: Execute CC
3: Return Endorsed Response
4: Submit Tx 6: Deliver batch
7: Validate & Commit Tx
5: Order TXs
in a batch
according to
consensus
o-service
Hyperledger Fabric Architecture
Single Channel Network
• Similar to v0.6 PBFT model
• All peers connect to the same
system channel (blue).
• All peers have the same chaincode
and maintain the same ledger
• Endorsement by peers E0, E1, E2
and E3
Key:
E1
E2
Client
Application
S
D
K
Hyperledger Fabric Network
Ordering-Service
P
A
B
A
B
A
B
E3
A
B
E0
Endorser Ledger
Committing
Peer
Application
Ordering Node
Smart Contract
(Chaincode)
Endorsement
Policy
O
O O
O
Multi Channel Network
• Peers E0 and E3 connect to the red
channel for chaincodes Y and Z
• Peers E1 and E2 connect to the blue
channel for chaincodes A and B
Key:
E2
Hyperledger Fabric Network
Ordering-Service
P
Y
Z
A
B
A
B
E3
Y
Z
E0
P
E1
Endorser Ledger
Committing
Peer
Application
Ordering Node
Smart Contract
(Chaincode)
Endorsement
Policy
Client
Application
S
D
K
Client
Application
S
D
K
O
O O
O
What's next for the Hyperledger Fabric community?
• Hyperledger is the fastest growing project at the LF
• Hyperledger Fabric
• Rapid growth (code & community) – 27 companies and 159+ devs
• Finds itself needing to "slow down" at times to ensure stability
• Publishing periodic stable releases (quarterly is the plan)
• Working through various development workflow approaches
• Toolchain consistency between various adjacent projects is an issue
• Working towards Hyperledger Composer 1.0 release in 1Q 2018
• Working towards Hyperledger Fabric 1.1 release in 1Q 2018
• Integration across projects (Burrow, Indy, Sawtooth)
• Architecture WG and Performance and Scale WG deliverables
Managing Growth
Hyperledger (partial) Roadmap 2018
Roadmap focus on developer experience and active network acceleration with common services
1Q 2Q 3Q 4Q
Hyperledger Fabric
Version 1.0 fixpacks
Version 1.1
Javascript chaincode
Connection Profile
Performance and Scale improvements
Technical Preview: Private channel data,
Identity Mixer, Service Discovery (no SDK) support)
Version 1.1 Fixpacks
Version 1.2
Ledger Archive and Pruning
RAFT Consensus
Tech Preview of Zero
Knowledge Proof, Identity
Mixer
Service Discovery
Burrow EVM integration
Version 1.3
Zero Knowledge Proof
Byzantine FaultTolerance
Identity Miixer
Version 1.4
Hyperledger Composer
Version 1.0
Links
External Requires
Account Services (preview)
PBSA Integration – MMO (preview)
Version 1.1
Account Services GA
Extended Platform support for
Windows developers and
z/OS
PBSA Integration – MMO GA
Version 1.2
Industry Samples (unsupported
support Pac)
Extended Platform support for
OPEN Linux
PBSA Integration - SDS
Version 1.3
Operational Console
PBSA Integration – Provenance
Engine
Hyperledger Indy
Revocation
GPG support
INDY reference Agent
Extensible Agent APIs
DID Auth
Verifiable Claims support
Schema Enhancement
Shared Crypto Library
Issuer Discovery
TLS DID requests
Proof request
Hyperledger Cello
Version 0.8
Ansible provisioning with Kubernetes support
Version 0.9
Kubernetes Fabric
deployment
Hyperledger at IBM
• IBM is a founding Premier member with a seat on the Governing Board
• IBM’s Chris Ferris chairs the Technical Steering Committee (TSC).
IBM’s Arnaud Le Hors is the other elected member of the TSC
• IBM actively participates in most of the active WGs and Board
committees of Hyperledger.
• Hyperledger projects (Fabric and Composer) are the preferred platform
for all IBM blockchain offerings and solutions, though we do work with
customers on alternate platforms when requested
The Foundation for IBM Blockchain Platform & Solutions
28
Hyperledger Fabric and Composer: Let's Get Started
Development Guide
• Getting Started Guide and tutorials for Hyperledger Fabric
• Getting Started Guide for Hyperledger Composer
• Help: Ask on the appropriate email or RocketChat channel, or on
StackOverflow (hyperledger, hyperledger-fabric, hyperledger-composer)
Looking for work:
• Backlog of issues in JIRA – many many open issues
• Contributor experience, testing, "process" related activities
• Find us on our RocketChat channel and ask questions!
Journeys & Education
• Journeys - https://developer.ibm.com/code/journey/category/blockchain/
• developerWorks Blockchain Developer Center
• IBM Blockchain - https://www.ibm.com/blockchain/
More Resources
Where is the Hyperledger community?
• GitHub https://github.com/hyperledger/
• Communications http://hyperledger.org/community
• Mailing list: https://lists.hyperledger.org/mailman/listinfo
• Weekly Technical Steering Committee Meeting
• Conferences (SIBOS, Consensus, various others)
• Lots of WGs and SIGs (special interest groups) Each with their own
RocketChat channel, mailing lists, regular calls, ...
30
Get Involved!
Ensure the strength and longevity of a core
technology to your business.
Publicly proclaim your leadership in the
blockchain space.
Work with other blockchain leaders to develop
and promote Hyperledger blockchain for business
technologies.
Visit hyperledger.org/about/join
or email info@hyperledger.org.

Weitere ähnliche Inhalte

Was ist angesagt?

Blockchain, 
Hyperledger fabric & Hyperledger cello
Blockchain, 
Hyperledger fabric & Hyperledger celloBlockchain, 
Hyperledger fabric & Hyperledger cello
Blockchain, 
Hyperledger fabric & Hyperledger celloSahdev Zala
 
Hyperledger Overview - 20181024
Hyperledger Overview - 20181024Hyperledger Overview - 20181024
Hyperledger Overview - 20181024Arnaud Le Hors
 
Hyperledger Composer
Hyperledger ComposerHyperledger Composer
Hyperledger ComposerRihusoft
 
Hyperledger Fabric update Meetup 20181101
Hyperledger Fabric update Meetup 20181101Hyperledger Fabric update Meetup 20181101
Hyperledger Fabric update Meetup 20181101Arnaud Le Hors
 
Hyperledger Lightning Talk
Hyperledger Lightning TalkHyperledger Lightning Talk
Hyperledger Lightning TalkAndrew Kennedy
 
Ibm blockchain - Hyperledger 15.02.18
Ibm blockchain - Hyperledger 15.02.18Ibm blockchain - Hyperledger 15.02.18
Ibm blockchain - Hyperledger 15.02.18TelecomValley
 
Hyperledger Fabric and Tools
Hyperledger Fabric and ToolsHyperledger Fabric and Tools
Hyperledger Fabric and ToolsRihusoft
 
Hyperledger fabric 20180528
Hyperledger fabric 20180528Hyperledger fabric 20180528
Hyperledger fabric 20180528Arnaud Le Hors
 
Developing applications with Hyperledger Fabric SDK
Developing applications with Hyperledger Fabric SDKDeveloping applications with Hyperledger Fabric SDK
Developing applications with Hyperledger Fabric SDKHorea Porutiu
 
Hyperledger Composer architecture
Hyperledger Composer architectureHyperledger Composer architecture
Hyperledger Composer architectureSimon Stone
 
Dejan Podgorsek - Is Hyperledger Fabric secure enough for your Business?
Dejan Podgorsek - Is Hyperledger Fabric secure enough for your Business?Dejan Podgorsek - Is Hyperledger Fabric secure enough for your Business?
Dejan Podgorsek - Is Hyperledger Fabric secure enough for your Business?Hacken_Ecosystem
 
Introduction of Hyperledger Fabric & Composer
Introduction of Hyperledger Fabric & Composer Introduction of Hyperledger Fabric & Composer
Introduction of Hyperledger Fabric & Composer Dr. Ketan Parmar
 
Fabric Composer - Construct 2017
Fabric Composer - Construct 2017Fabric Composer - Construct 2017
Fabric Composer - Construct 2017Simon Stone
 
IBM Bluemix Nice Meetup - 20171120 - Hyperledger Fabric & Composer
IBM Bluemix Nice Meetup - 20171120 - Hyperledger Fabric & ComposerIBM Bluemix Nice Meetup - 20171120 - Hyperledger Fabric & Composer
IBM Bluemix Nice Meetup - 20171120 - Hyperledger Fabric & ComposerIBM France Lab
 
Hyperledger Composer Update 2017-04-05
Hyperledger Composer Update 2017-04-05Hyperledger Composer Update 2017-04-05
Hyperledger Composer Update 2017-04-05Dan Selman
 

Was ist angesagt? (20)

Blockchain, 
Hyperledger fabric & Hyperledger cello
Blockchain, 
Hyperledger fabric & Hyperledger celloBlockchain, 
Hyperledger fabric & Hyperledger cello
Blockchain, 
Hyperledger fabric & Hyperledger cello
 
Excelian hyperledger walkthrough-feb17
Excelian hyperledger walkthrough-feb17Excelian hyperledger walkthrough-feb17
Excelian hyperledger walkthrough-feb17
 
Hyperledger fabric 3
Hyperledger fabric 3Hyperledger fabric 3
Hyperledger fabric 3
 
IBM Blockchain Overview
IBM Blockchain OverviewIBM Blockchain Overview
IBM Blockchain Overview
 
Hyperledger Overview - 20181024
Hyperledger Overview - 20181024Hyperledger Overview - 20181024
Hyperledger Overview - 20181024
 
Hyperledger Composer
Hyperledger ComposerHyperledger Composer
Hyperledger Composer
 
Hyperledger Fabric update Meetup 20181101
Hyperledger Fabric update Meetup 20181101Hyperledger Fabric update Meetup 20181101
Hyperledger Fabric update Meetup 20181101
 
Hyperledger Lightning Talk
Hyperledger Lightning TalkHyperledger Lightning Talk
Hyperledger Lightning Talk
 
Ibm blockchain - Hyperledger 15.02.18
Ibm blockchain - Hyperledger 15.02.18Ibm blockchain - Hyperledger 15.02.18
Ibm blockchain - Hyperledger 15.02.18
 
Hyperledger Fabric and Tools
Hyperledger Fabric and ToolsHyperledger Fabric and Tools
Hyperledger Fabric and Tools
 
Excelian hyperledger fabric-feb17
Excelian hyperledger fabric-feb17Excelian hyperledger fabric-feb17
Excelian hyperledger fabric-feb17
 
Hyperledger fabric 20180528
Hyperledger fabric 20180528Hyperledger fabric 20180528
Hyperledger fabric 20180528
 
Developing applications with Hyperledger Fabric SDK
Developing applications with Hyperledger Fabric SDKDeveloping applications with Hyperledger Fabric SDK
Developing applications with Hyperledger Fabric SDK
 
Hyperledger Composer architecture
Hyperledger Composer architectureHyperledger Composer architecture
Hyperledger Composer architecture
 
Dejan Podgorsek - Is Hyperledger Fabric secure enough for your Business?
Dejan Podgorsek - Is Hyperledger Fabric secure enough for your Business?Dejan Podgorsek - Is Hyperledger Fabric secure enough for your Business?
Dejan Podgorsek - Is Hyperledger Fabric secure enough for your Business?
 
Introduction of Hyperledger Fabric & Composer
Introduction of Hyperledger Fabric & Composer Introduction of Hyperledger Fabric & Composer
Introduction of Hyperledger Fabric & Composer
 
Fabric Composer - Construct 2017
Fabric Composer - Construct 2017Fabric Composer - Construct 2017
Fabric Composer - Construct 2017
 
IBM Bluemix Nice Meetup - 20171120 - Hyperledger Fabric & Composer
IBM Bluemix Nice Meetup - 20171120 - Hyperledger Fabric & ComposerIBM Bluemix Nice Meetup - 20171120 - Hyperledger Fabric & Composer
IBM Bluemix Nice Meetup - 20171120 - Hyperledger Fabric & Composer
 
Hyperledger Composer Update 2017-04-05
Hyperledger Composer Update 2017-04-05Hyperledger Composer Update 2017-04-05
Hyperledger Composer Update 2017-04-05
 
Hyperledger Fabric
Hyperledger FabricHyperledger Fabric
Hyperledger Fabric
 

Ähnlich wie Hyperledger community update Feb 20, 2018

Distributed:Health Code Camp Hyperledger
Distributed:Health Code Camp HyperledgerDistributed:Health Code Camp Hyperledger
Distributed:Health Code Camp HyperledgerTracy Kuhrt
 
Oscon 2017: Contributing to Hyperledger
Oscon 2017: Contributing to HyperledgerOscon 2017: Contributing to Hyperledger
Oscon 2017: Contributing to HyperledgerTracy Kuhrt
 
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
 
Hong Kong Hyperledger Meetup January 2018
Hong Kong Hyperledger Meetup January 2018Hong Kong Hyperledger Meetup January 2018
Hong Kong Hyperledger Meetup January 2018Tracy Kuhrt
 
Hyperledger Fabric - Blockchain for the Enterprise - FOSDEM 20190203
Hyperledger Fabric - Blockchain for the Enterprise - FOSDEM 20190203Hyperledger Fabric - Blockchain for the Enterprise - FOSDEM 20190203
Hyperledger Fabric - Blockchain for the Enterprise - FOSDEM 20190203Arnaud Le Hors
 
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
 
Gluecon 2016 Keynote: Deploying and Managing Blockchain Applications
Gluecon 2016 Keynote: Deploying and Managing Blockchain ApplicationsGluecon 2016 Keynote: Deploying and Managing Blockchain Applications
Gluecon 2016 Keynote: Deploying and Managing Blockchain ApplicationsDuncan Johnston-Watt
 
Hyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellHyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellDaniel Chan
 
Building Blockchain Projects on Enterprise Ethereum [Webinar]
Building Blockchain Projects on Enterprise Ethereum [Webinar] Building Blockchain Projects on Enterprise Ethereum [Webinar]
Building Blockchain Projects on Enterprise Ethereum [Webinar] Kaleido
 
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 @ Cincinnati Ethereum Meetup
Hyperledger @ Cincinnati Ethereum MeetupHyperledger @ Cincinnati Ethereum Meetup
Hyperledger @ Cincinnati Ethereum MeetupMei Long
 
A DECENTRALIZED FUTURE WITH BLOCKCHAIN AND INTERNET OF THINGS
A DECENTRALIZED FUTURE WITH  BLOCKCHAIN AND  INTERNET OF THINGSA DECENTRALIZED FUTURE WITH  BLOCKCHAIN AND  INTERNET OF THINGS
A DECENTRALIZED FUTURE WITH BLOCKCHAIN AND INTERNET OF THINGSDigital Currency Summit
 
Oracle Blockchain Experience Day
Oracle Blockchain Experience DayOracle Blockchain Experience Day
Oracle Blockchain Experience DayJuarez Junior
 
blockchain workshop - hyperledger and oabcs - technical
blockchain workshop - hyperledger and oabcs - technicalblockchain workshop - hyperledger and oabcs - technical
blockchain workshop - hyperledger and oabcs - technicalJuarez Junior
 

Ähnlich wie Hyperledger community update Feb 20, 2018 (20)

Meetup srilanka
Meetup srilankaMeetup srilanka
Meetup srilanka
 
Distributed:Health Code Camp Hyperledger
Distributed:Health Code Camp HyperledgerDistributed:Health Code Camp Hyperledger
Distributed:Health Code Camp Hyperledger
 
Oscon 2017: Contributing to Hyperledger
Oscon 2017: Contributing to HyperledgerOscon 2017: Contributing to Hyperledger
Oscon 2017: Contributing to Hyperledger
 
Conoscerehyperledger
ConoscerehyperledgerConoscerehyperledger
Conoscerehyperledger
 
Hyperledger101
Hyperledger101Hyperledger101
Hyperledger101
 
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
 
Hong Kong Hyperledger Meetup January 2018
Hong Kong Hyperledger Meetup January 2018Hong Kong Hyperledger Meetup January 2018
Hong Kong Hyperledger Meetup January 2018
 
Hyperledger Fabric - Blockchain for the Enterprise - FOSDEM 20190203
Hyperledger Fabric - Blockchain for the Enterprise - FOSDEM 20190203Hyperledger Fabric - Blockchain for the Enterprise - FOSDEM 20190203
Hyperledger Fabric - Blockchain for the Enterprise - FOSDEM 20190203
 
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
 
Gluecon 2016 Keynote: Deploying and Managing Blockchain Applications
Gluecon 2016 Keynote: Deploying and Managing Blockchain ApplicationsGluecon 2016 Keynote: Deploying and Managing Blockchain Applications
Gluecon 2016 Keynote: Deploying and Managing Blockchain Applications
 
Hyperledger Fabric in a Nutshell
Hyperledger Fabric in a NutshellHyperledger Fabric in a Nutshell
Hyperledger Fabric in a Nutshell
 
Building Blockchain Projects on Enterprise Ethereum [Webinar]
Building Blockchain Projects on Enterprise Ethereum [Webinar] Building Blockchain Projects on Enterprise Ethereum [Webinar]
Building Blockchain Projects on Enterprise Ethereum [Webinar]
 
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
 
Hyperledger: Market, Technology & Community Update
Hyperledger: Market, Technology & Community UpdateHyperledger: Market, Technology & Community Update
Hyperledger: Market, Technology & Community Update
 
Hyperledger @ Cincinnati Ethereum Meetup
Hyperledger @ Cincinnati Ethereum MeetupHyperledger @ Cincinnati Ethereum Meetup
Hyperledger @ Cincinnati Ethereum Meetup
 
A DECENTRALIZED FUTURE WITH BLOCKCHAIN AND INTERNET OF THINGS
A DECENTRALIZED FUTURE WITH  BLOCKCHAIN AND  INTERNET OF THINGSA DECENTRALIZED FUTURE WITH  BLOCKCHAIN AND  INTERNET OF THINGS
A DECENTRALIZED FUTURE WITH BLOCKCHAIN AND INTERNET OF THINGS
 
Oracle Blockchain Experience Day
Oracle Blockchain Experience DayOracle Blockchain Experience Day
Oracle Blockchain Experience Day
 
BlockchainLAB Hackathon
BlockchainLAB HackathonBlockchainLAB Hackathon
BlockchainLAB Hackathon
 
blockchain workshop - hyperledger and oabcs - technical
blockchain workshop - hyperledger and oabcs - technicalblockchain workshop - hyperledger and oabcs - technical
blockchain workshop - hyperledger and oabcs - technical
 
Block chain
Block chainBlock chain
Block chain
 

Kürzlich hochgeladen

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 

Kürzlich hochgeladen (20)

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 

Hyperledger community update Feb 20, 2018

  • 1. Hyperledger Community Update Arnaud J Le Hors Senior Technical Staff Member Web & Blockchain Open Technologies, IBM Member of the Hyperledger Project Technical Steering Committee February 2018
  • 2. 28 years of Open Technologies • Released libXpm as Open Source in 1990 (INRIA) • Worked on X11R6 (X Consortium) • Editor of HTML4 and DOM specifications, Chair of XML WG (W3C) • Architect of Xerces, the Apache XML Parser • Main IBM Representative at W3C • Contributor to the Hyperledger Fabric project • Elected Member of the Hyperledger Project Technical Steering Committee
  • 3. Shared Ledger Database 3 Blockchain allows multiple different parties to securely interact with the same universal source of truth Streamlined settlement, improved liquidity, increased transparency and new products/markets Finance Unite disparate processes, increase data flow and liquidity, reduce costs and improve patient experience and outcomes Healthcare Track parts and service provenance, ensure authenticity of goods, block counterfeits, reduce conflicts Supply Chain
  • 4. Open source collaborative effort to advance cross-industry blockchain technologies Hosted by The Linux Foundation, fastest-growing project in LF history Global collaboration spanning finance, banking, IoT, supply chains, healthcare, manufacturing, technology and more. Introducing Hyperledger 4
  • 5. 5 Together with the global technology community, The Linux Foundation® is solving the world’s hardest problems through open source and creating the largest shared technology investment in history. With 16 years experience providing governance structure, IT infrastructure and ecosystem development, The Linux Foundation is the umbrella organization for more than 60 open source projects accelerating open technology development and commercial adoption. Some of the game-changing initiatives hosted by The Linux Foundation include:
  • 6. Hyperledger Composer Hyperledger Explorer Hyperledger Cello Tools Typically built for one framework, and through common license and community of communities approach, ported to other frameworks Hyperledger Fabric Hyperledger Iroha Hyperledger Sawtooth HyperledgerCloud Foundry Node.js Open Container Initiative Hyperledger Modular Umbrella Approach 6 Infrastructure Technical, Legal, Marketing, Organizational Ecosystems that accelerate open development and commercial adoption Frameworks Meaningfully differentiated approaches to business blockchain frameworks developed by a growing community of communities Hyperledger Burrow Hyperledger Indy Hyperledger Quilt
  • 7. Hyperledger Fabric Business Blockchain Framework ● Hyperledger’s first project, contributed by IBM and Digital Asset ● Smart contracts called “chaincode” are written in Golang (and with 1.1 Javascript) and run in secure Docker containers ● Channels ensure that only the participants involved in a transaction see the transaction ● First project to reach ‘Active’ status and to release version 1.0 ● 159 contributors from 27 organizations, 3500 change sets 7
  • 8. Hyperledger Sawtooth Business Blockchain Framework ● Hyperledger’s second project, contributed by Intel ● Second project to reach 1.0 maturity ● Supports both permissioned and permissionless deployments ● Includes a novel consensus algorithm, Proof of Elapsed Time (PoET), which mimics proof of work without the high energy consumption using the secure enclave on an Intel chip to provide a random wait timer to each of the validators (nodes) on the network ● Supports the EVM through a collaboration with the Hyperledger Burrow community 8
  • 9. Hyperledger Iroha Business Blockchain Framework ● Contributed by Soramitsu, Hitachi, NTT Data and Colu ● Written in C++ ● Emphasis on mobile application development ● Provides both Android and iOS SDKs 9
  • 10. Hyperledger Indy Business Blockchain Framework ● Contributed by the Sovrin Foundation ● Focuses on identities rooted on blockchains ● Utilizes zero-knowledge proofs to provide verifiable claims ● These verifiable claims can be used to prove something about the identity without providing access to the underlying data 10
  • 11. Hyperledger Burrow Business Blockchain Framework ● Contributed by Monax ● First permissioned ledger with support for the Ethereum Virtual Machine (EVM) ● Originally named ErisDB ● Uses Tendermint as its consensus mechanism 11
  • 12. Hyperledger Composer Business Blockchain Tool ● Contributed by IBM and Oxchains ● Suite of tools to quickly develop your blockchain business networks ● Modeling language allows you to have your business people specify the participants, assets, and transactions ● Developers write transaction logic in JavaScript ● Ability to generate a REST API and Angular application from the model 12
  • 13. Hyperledger Cello Business Blockchain Tool ● Contributed by IBM, with sponsors from Soramitsu, Huawei and Intel ● Used for DevOps ● Allows you to quicly deploy your blockchain networks ● Provides the ability to monitor your blockchain networks ● Blockchain network can be deployed on baremetal, virtual machine, or cloud 13
  • 14. Hyperledger Explorer Business Blockchain Tool ● Originally contributed by IBM, Intel and DTCC. Recent release contributed by OneChain ● Allows you to visualize the blockchain ● Blocks ● Transactions ● Network information ● Chaincodes or Transaction families 14
  • 15. Hyperledger Quilt Business Blockchain Tool ● Contributed by NTT Data and Ripple ● Java implementation of the Interledger protocol ● Interledger protocol provides: ● atomic swaps between ledgers (even non-blockchain or distributed ledgers) ● a single account namespace for accounts within each ledger 15
  • 16. Additional Community Working Groups 16 Working Groups are open to the public Technical Working Group, China (TWG - China) Requirements Working Group Identity Working Group Architecture Working Group Whitepaper Working Group Healthcare Working Group + New Working Group on Performance and Scalability!
  • 17. Community and Ecosystem Engagement 17 Behlendorf is a regular keynoter and Hyperledger exhibits at cross-industry events. Hyperledger Member Summit. Active engagement with technology and finance journalists and analysts to continue educating the market on Hyperledger. hyperledger.org/news Technical Steering Committee hosts regular online and face-to-face hackathons. Join our mailing lists to learn about these and other technical activities. hyperledger.org/community
  • 18. Hyperledger Global Meetups 18 Hyperledger Meetups We are 25k+ members across 91 Meetups
  • 20. Hyperledger Labs A channel suitable for innovation and testing of ideas • Labs are proposed and run by the community (not directly controlled by TSC). They can be created by a simple request (done by submitting a Pull Request) to the Labs Stewards. • Provide a legal framework suitable for transition to Incubation • Gitub: https://github.com/hyperledger-labs Rocket.Chat #labs channel, Mailing List: hyperledger-labs@lists.hyperledger.org
  • 21. Open Governance Anyone can join or contribute Built from the ground up for enterprise With a maturity model to help companies move to production Performance Designed for speed and scalability Confidentiality and privacy Built-in channels for isolation and membership services for signing and encryption. Supports IBM Blockchain Platform. Modularity and flexibility Choice of consensus algorithms and programming languages Hyperledger Fabric Design Principles
  • 22. © 2017 IBM Corporation Endorser Committer Chaincode Event Ledger Peer Based on Source : https://jira.hyperledger.org/browse/FAB-37 Membership Srvc SDK Keys Application No SPoF No SPoT 1: Submit Proposal 2: Execute CC 3: Return Endorsed Response 4: Submit Tx 6: Deliver batch 7: Validate & Commit Tx 5: Order TXs in a batch according to consensus o-service Hyperledger Fabric Architecture
  • 23. Single Channel Network • Similar to v0.6 PBFT model • All peers connect to the same system channel (blue). • All peers have the same chaincode and maintain the same ledger • Endorsement by peers E0, E1, E2 and E3 Key: E1 E2 Client Application S D K Hyperledger Fabric Network Ordering-Service P A B A B A B E3 A B E0 Endorser Ledger Committing Peer Application Ordering Node Smart Contract (Chaincode) Endorsement Policy O O O O
  • 24. Multi Channel Network • Peers E0 and E3 connect to the red channel for chaincodes Y and Z • Peers E1 and E2 connect to the blue channel for chaincodes A and B Key: E2 Hyperledger Fabric Network Ordering-Service P Y Z A B A B E3 Y Z E0 P E1 Endorser Ledger Committing Peer Application Ordering Node Smart Contract (Chaincode) Endorsement Policy Client Application S D K Client Application S D K O O O O
  • 25. What's next for the Hyperledger Fabric community? • Hyperledger is the fastest growing project at the LF • Hyperledger Fabric • Rapid growth (code & community) – 27 companies and 159+ devs • Finds itself needing to "slow down" at times to ensure stability • Publishing periodic stable releases (quarterly is the plan) • Working through various development workflow approaches • Toolchain consistency between various adjacent projects is an issue • Working towards Hyperledger Composer 1.0 release in 1Q 2018 • Working towards Hyperledger Fabric 1.1 release in 1Q 2018 • Integration across projects (Burrow, Indy, Sawtooth) • Architecture WG and Performance and Scale WG deliverables Managing Growth
  • 26. Hyperledger (partial) Roadmap 2018 Roadmap focus on developer experience and active network acceleration with common services 1Q 2Q 3Q 4Q Hyperledger Fabric Version 1.0 fixpacks Version 1.1 Javascript chaincode Connection Profile Performance and Scale improvements Technical Preview: Private channel data, Identity Mixer, Service Discovery (no SDK) support) Version 1.1 Fixpacks Version 1.2 Ledger Archive and Pruning RAFT Consensus Tech Preview of Zero Knowledge Proof, Identity Mixer Service Discovery Burrow EVM integration Version 1.3 Zero Knowledge Proof Byzantine FaultTolerance Identity Miixer Version 1.4 Hyperledger Composer Version 1.0 Links External Requires Account Services (preview) PBSA Integration – MMO (preview) Version 1.1 Account Services GA Extended Platform support for Windows developers and z/OS PBSA Integration – MMO GA Version 1.2 Industry Samples (unsupported support Pac) Extended Platform support for OPEN Linux PBSA Integration - SDS Version 1.3 Operational Console PBSA Integration – Provenance Engine Hyperledger Indy Revocation GPG support INDY reference Agent Extensible Agent APIs DID Auth Verifiable Claims support Schema Enhancement Shared Crypto Library Issuer Discovery TLS DID requests Proof request Hyperledger Cello Version 0.8 Ansible provisioning with Kubernetes support Version 0.9 Kubernetes Fabric deployment
  • 27. Hyperledger at IBM • IBM is a founding Premier member with a seat on the Governing Board • IBM’s Chris Ferris chairs the Technical Steering Committee (TSC). IBM’s Arnaud Le Hors is the other elected member of the TSC • IBM actively participates in most of the active WGs and Board committees of Hyperledger. • Hyperledger projects (Fabric and Composer) are the preferred platform for all IBM blockchain offerings and solutions, though we do work with customers on alternate platforms when requested The Foundation for IBM Blockchain Platform & Solutions
  • 28. 28 Hyperledger Fabric and Composer: Let's Get Started Development Guide • Getting Started Guide and tutorials for Hyperledger Fabric • Getting Started Guide for Hyperledger Composer • Help: Ask on the appropriate email or RocketChat channel, or on StackOverflow (hyperledger, hyperledger-fabric, hyperledger-composer) Looking for work: • Backlog of issues in JIRA – many many open issues • Contributor experience, testing, "process" related activities • Find us on our RocketChat channel and ask questions! Journeys & Education • Journeys - https://developer.ibm.com/code/journey/category/blockchain/ • developerWorks Blockchain Developer Center • IBM Blockchain - https://www.ibm.com/blockchain/
  • 30. Where is the Hyperledger community? • GitHub https://github.com/hyperledger/ • Communications http://hyperledger.org/community • Mailing list: https://lists.hyperledger.org/mailman/listinfo • Weekly Technical Steering Committee Meeting • Conferences (SIBOS, Consensus, various others) • Lots of WGs and SIGs (special interest groups) Each with their own RocketChat channel, mailing lists, regular calls, ... 30
  • 31. Get Involved! Ensure the strength and longevity of a core technology to your business. Publicly proclaim your leadership in the blockchain space. Work with other blockchain leaders to develop and promote Hyperledger blockchain for business technologies. Visit hyperledger.org/about/join or email info@hyperledger.org.