SlideShare a Scribd company logo
1
Blockchain
Speakers:
Rekha Talluri
Microsoft
Nuri Cankaya
Microsoft
2
Agenda
Section 1 : Blockchain Introduction
• What is Blockchain?
• Blockchain Advantages
• Types of Blockchain networks
• How does Block Chain work
• Technology evolution and adoption
Section 2 : Blockchain Market and Use cases
• Market and Industry Evolution
• Key Use cases and case studies in :
• Banking and Financial Services
• Healthcare
• Public Sector
• Retail and Manufacturing
• Social Impact
Q&A
Blockchain | 4 Pillars
Secure
Uses tried and true public/ private signature
technology. Blockchain applies this technology
to create transactions that are impervious to
fraud and establishes a shared truth.
Shared
Blockchain’s value is directly linked to the number of
organizations or companies that participate in them.
There is huge value for even the fiercest of competitors
to participate with each other in these shared database
implementations.
Distributed
There are many replicas of the Blockchain
database. In fact, the more replicas there are, the
more authentic it becomes.
Ledger
The database is a read/write-once
database so it is an immutable record of
every transaction that occurs.
A cryptographically secure, shared, distributed ledger
General Propose Chain
General Propose Chain
Blockchain | Multiple Chain Types
Blockchains
Alternative
blockchains (altchains)
(Decentralized
Transport)
(cryptocurrency) (cross-industry collaborative)
(cross-industry collaborative)
(FSI consortium)
open platform for
developers and devops
to build blockchain apps
(banking industry collaborative)
(Social News
Blockchain DB)
(IBM Open Blockchain )
Consortium
Woodgrove
Financial
Contoso
Bank
Northwind
Traders
Bank b
Insurance c
Investment
consortium c
Bank A
Blockchain
Location 1
Location 2
Location 3
Location 4
Department
A
Department
B
Public ConsortiumPrivate
• Many, unknown participants
• Writes by all participants
• Reads by all participants
• Consensus by Proof of Work
• Known participants from one organization
• Write permissions centralized
• Reads may be public or restricted
• Multiple algorithms for consensus
• Known participants from multiple
organizations
• Writes require consensus of several
participants
• Reads may be public or restricted
• Multiple algorithms for consensus
Public
blockchain
Persona
Woodgrove
Financial
Person B
Northwind
Traders
Bank 6
Bank 1
Consortium
6
Source: Ethereum blog by Vitalik Buterin https://blog.ethereum.org/author/vitalik-buterin/
Blockchain | Network Types
How does it work?
1 Company A wants to transfer a value to Company B (i.e. digital
currently, a digital asset, a certificate, etc.).
3 Company A transaction is stored in the ledger as a block with other
transaction. The block has an unique ID, the transition time and the ID
of the previous block in the chain.
2 Company A uses a digital app to transfer the value to Company B. The
app stamps the transaction with Company A digital signature, and now
needs to be verified by blockchain.
4 The block containing Company A transaction is then broadcast to the
entire network to be verified in each node.
5 After the verification process, Company B receives the value, and all
the transaction history remains permanent and transparent available
for all the blockchain participants.
Evolution of Blockchain
Blockchain 1.0 – A simple ledger
That decentralizes data in a trustless environment
Traditional System
Centralized system
with stored ledger
Blockchain System
Distributed system
with distributed ledger
 Traditional ledgers are centralized and use third parties and middlemen to approve and record transactions
 Blockchain safely distributes ledgers across the entire network and does not require any middleman
 The technology maintains multiple replicas like P2P torrent file sharing
Basic blockchain to track financial transactions
In this example, Alex wants to send Katie $500 via a financial transaction blockchain system
Alex Katie Payment $500
Transaction (Tx)
From: Alex (0xf5e…)
To: Katie (0x992…)
Amount: 500
Digital signature
0x23e423s3234…
2. Transaction is confirmed
though mining.
Tx
Signature
Tx
Signature
Tx
Signature
Tx
SignatureTx
Signature
Tx
Signature
Tx
Signature
3. Confirmed transaction
gets pushed to network1. Transaction information goes
through hash functions (to secure
it as well as create a time stamp)
Evolution of Blockchain
Smart Contracts are unable to access external data or events based on time or market conditions. Calling code or
data outside of a Smart Contract or blockchain breaks the general trust barrier and authenticity of transactions.
Cryptlets will allow the blockchain to access external data securely, while maintaining the integrity of the blockchain.
Blockchain 2.0 – Introducing Smart Contracts
Traditional Contract Deployed to Nodes
Blockchain 2.0 | Smart Contracts
PRODUCER
Food Processor
Milk producer supplies Milk to
Food Processing Company
SMART CONTRACT
IoT Enabled
The package has to be
maintained at :
Temperature < 10º C
Humidity < 65%
The terms of shipping are
registered using a smart
contract on the Blockchain
Origin
8ºC
60% Warehouse Carrier 2 Store
CARRIER 1
Warehouse
CARRIER 2
Retail Store
9ºC
64%
9ºC
64%
11ºC
66%
At various points in the journey, the IoT device from the package sends the Temperature & Humidity data which are recorded on the blockchain
SMART CONTRACT
UPDATED
11ºC
66%
The conditions of the contract
have been violated.
Carrier 3 is liable for penalty as
the temperature of the package
when it reached the retail store
was above the prescribed limit
Detailed Use case - Supply Chain with IoT and blockchain
The Food product is sealed in an
IoT enabled package for shipping
SHARED LEDGER
Blockchain IoT
Blockchain 2.0 | Changes from 1.0
Blockchain 1.0 Blockchain 2.0 POTENTIAL BENEFITS
Bitcoin Blockchain
Ethereum, Corda, Hyperledger, Sawtooth Lake, many
others yet to come
Not locked into one vendor
Simple Transactions Generic Contracts Can handle more complex needs
One Blockchain Multiple, Linked Blockchains
Can partition information & pick
different chains for different needs
(location, regulation, speed, privacy,
etc.)
Public Only Public, Private, Consortium, or Domain Specific
Solves many regulatory and privacy
needs
Proof of Work Only
Different ways to reach Consensus improvement for
need – Proof of Work, Stake, Identity, Vote, etc.
Overcomes some of the existing
Blockchain issues such as speed and
computational cost
Continually Open &
Distributed
User Choice
Craft blockchain solutions around
the business needs
Evolution of Blockchain
Smart Contracts are unable to access external data or events based on time or market conditions. Calling code or
data outside of a Smart Contract or blockchain breaks the general trust barrier and authenticity of transactions.
Cryptlets will allow the blockchain to access external data securely, while maintaining the integrity of the blockchain.
Blockchain 3.0 – Microsoft evolving the ledger to address the big problem
Blockchain 3.0 | State-of-the-art cryptlets innovation
 Blockchain 2.0 introduced the power of Smart Contracts…
 …but Smart Contracts are unable to access external data or events based on time or market conditions
₋ Calling code or data outside of a Smart Contract or blockchain breaks the general trust barrier and authenticity of
transactions
 Cryptlets will allow the blockchain to access external data securely, while maintaining the integrity of the blockchain
 Cryptlets are a Microsoft innovation and solve a significant hurdle to enterprise blockchain adoption
Property
0x117292138928
edc23dc21323c
Value
0x893423022ef8s92d1
223412dds321ac
Property
0x117292138928
edc23dc21323c
Value
0x893423022ef8s92d1
223412dds321ac
Code
Contract accountRegistry(mapping
(string=> address) accountMap;
function accountRegistry()(…
Property
0x117292138928
edc23dc21323c
Value
0x893423022ef8s92d1
223412dds321ac
Code
Contract accountRegistry(mapping
(string=> address) accountMap;
function accountRegistry()(…
Interest Rate
0x132945934528
asf0439dsa3x
10%-30% of drugs sold in developing countries are
counterfeits.
80% of the counterfeit drugs consumed in the US come from
overseas.
Prescription drugs market is estimated at $900 billion
worldwide.
The global market for counterfeit drugs is $200 billion dollars.
The global market for counterfeit products is $460 billion
dollars.
More than 30% of counterfeit drugs do not contain any active
ingredients.
Real World Problem:
Counterfeit Pharmaceuticals
Solution: Two-Layer QR Code Label …
Before After
Top (red)
layer Bottom (yellow)
layer
Side View Top View Side View
Blockchain Technology
Market and Use Case
Scenarios
State of the Blockchain market
Sales
Key
Highlights
Governments
Consortium
Efforts
Industry
Adoption
Market Size
Venture Capital
WEF projected that Govt will leverage
Blockchain sooner than Public with
Transition occurring in 2023.
Governments invested in Blockchain so
far : UK, USA, Estonia, Russia, Georgia,
Sweden, Netherlands, UAE, Ghana,
South Korea, Singapore, Japan
Blockchain can drive over $500B in
Business Value and
$50-100B in Technology total
addressable market by 2026
Financials expected to lead
Blockchain adoption, followed by
Insurance, IoT, Health, and Supply
Chain
Source: WEF Report
90+ corporations have joined blockchain
consortia
Banking Industry R3 hits 70 members,
continues proof-of-concept on Corda
blockchain while expanding partnership
with Microsoft
Hyperledger adds over 200 Corporate and
associate members
Blockchain Insurance Industry Initiative
B3i, the initiative launched by Aegon,
Allianz, Munich Re, Swiss Re and Zurich.
Currently with 15 members
Over US$ 1.4 billion in investments over the past 3 years
Blockchain Scenarios for all Industries
Retail & Manufacturing
Financial Healthcare
Government
Construction
Trade Finance – Traditional state
In an ever increasing global commercial landscape, automating the
operational link between Trade Finance and cash flow is paramount to
Treasurers, whether you are Buyer, Seller, or Issuing /
Advising/Confirming Bank.
Operational
Inefficiencies: Manual,
Paper-Driver, Time Consuming,
Lack of Standardization
Working capital/
balance sheet
implications
Lack of visibility, not
knowing holistic
exposures
Financial
Microsoft Treasury and Microsoft BaaS (Blockchain as a service team) worked with
Bank of America to automate the issuance and advising of the SBLC process using
Blockchain. This was done as a Proof of Concept (PoC) project and PWC was used
for building this solution.
Blockchain based SBLC process:
Trade Finance in a blockchain world
Speed and Efficiency
of Execution
Real-time data and
Audit Trail
Transparency across
all participants
This PoC was a collaborative effort to reflect a “true” SBLC scenario, and included the following parties:
• Beneficiary (Seller) : Microsoft
• Applicant (Buyer/Customer) : Sample Customer
• Issuing Bank (Buyer/Customer) : Sample Bank
• Advising Bank : Bank of America
Financial
Health care – Current State
HEALTHCARE
Research
centers and
networks
Offices and clinics
Insurers
Genomic data and
annotation services
Hospitals and health care
networks
Health
Information
Exchanges
Personal health records
Insurers
Patients
Establishing a Trust Network depends on the HIE as an
intermediary to establish point-to-point sharing and “book-
keeping” of what data was exchanged
Cost Per Transaction, given low transaction volumes, reduces the
business case for central systems or new edge networks for
participating groups.
Master Patient Index (MPI) challenges arise from the need to
synchronize multiple patient identifiers between systems while
securing patient privacy
Varying Data Standards reduce interoperability because records
are not compatible between systems
Limited Access to Population Health Data, as HIE is one of the
few sources of integrated records
Inconsistent Rules and Permissions inhibit the right health
organization from accessing the right patient data at the right time
Challenges
Health care in a block chain world
Blockchain can be used as mechanism to create a shared data commons for medical R&D
HEALTHCARE
Blockchain and data of commons
EMR
Users agree to share health
data. Health wallet creates
pseudonymous address
and stores as smart
contract on blockchain.
Give permission for certain
release under specific
conditions
Researchers who wish to
access data. For each
record they check
conditions of smart
contract to determine if
the use is allowed. If so,
then access the data,
transaction on the
blockchain, make
micropayment (in this case)
to individuals’ health wallet
Record Transaction
Healthcoin / Bitcoin payment is made – can be
converted into money, used in HSA, or to
purchase medical services.
Pseudonymous
health data
Health research could be conducted by aggregating personal health records stored on the Blockchain. Users contribute their health data to a public data
commons managed via Blockchain. Data is encrypted pseudonymous form and payment made via bitcoin, or different kinds of HealthCoin. Data on the
Blockchain is that it can be analyzed but remain private.
Use Case Description
Benefits
• It ensures privacy and security for the owner
of the data;
• It allows the data owner to see when the data
has been used (i.e., as a transaction of the
Blockchain); and
• Gives the individual ownership of their health
record.
• Personal health records would be stored and
administered via Blockchain in an EMR system
• Users would permission doctors and other
parties into their records as needed
• Blockchain could create a secure method of
health information (e.g., proof-of-insurance,
vaccination status, test results, prescriptions,
status, condition, treatment, and physician
referrals)
HEALTHCARE
Blockchain in Healthcare
Blockchain–based EMRs Secure Health Data Commons
Health Documentation, Validation and Tracking Health Vendor RFPs and Pharma Supply Chain
• Personal health records would be stored and
administered via Blockchain in an EMR system.
• Taking advantage of the pseudonymous (e.g.;
coded to a digital address not a name) nature of
Blockchain technology, personal health records
would be encoded as digital assets and put on
the Blockchain just like other assets like currency.
• Users would permission doctors and other parties
into their records as needed via their private key
• Blockchain could create a secure method of
health information (e.g., proof-of-insurance,
vaccination status, test results,
prescriptions, status, condition, treatment,
and physician referrals)
• Health research could be conducted by
aggregating personal health records stored on
the Blockchain
• Users contribute their health data to a public
data commons managed via Blockchain
• Data is encrypted pseudonymous form and
micropayment made via bitcoin, or different
kinds of HealthCoin. Data on the Blockchain is
that it can be analyzed but remain private
• Health service provides could bid to
supply medical services needed by
patient-consumers on smart contract
markets. Like Uber drivers, service
provides could bid on needed health
services
• Robomed Network enables payments
based on Patient satisfaction
• Pharma companies can leverage Smart
contracts for Supply Chain Management
HEALTHCARE
Blockchain in Government and Public Sector
Ownerships Identities
Verification Movement of assets
• Land (and other asset such as vehicles) Registries
• Register and manage documents with transparency
• Reduce time spent in issuing, verifying, renewing,
replacing records
• Self service – verify documents through the network
• Public Asset Management
• Food and Drug Safety (food supply chain tracking)
• Example: Ghana Land Registration Pilot with BitLand
• Manage Taxation and Fraud Evasion By Triple
Entry Accounting on the blockchain. Single
version of the truth for invoicing
Example: Singapore fighting invoice fraud of
traders with banks
• Licenses & other Proofs of records (degrees,
grades, etc.) can be recorded & distributed
• UK Govt leveraging Block Chain to Track
eligibility, registration & payments for Govt
grants and benefits
• Blockchain e-identities to its citizens
for services like voting
• E-Residency Program by Estonia
• To publish secured, anonymized
healthcare data
• Patient controls who can access his
data
• Transferring money from one
person/entity to another.
• Enabling direct payments, once
a work condition has been
performed.
Blockchain in Retail and Manufacturing
Supply Chain Transparency Diamond Verification/ Check Counterfeit Products
Consumer Marketing – Digital Identities Maintenance and Pre-order
• Provenance uses Blockchain to help promote
environmentally sustainable production and social good
• Consumers are increasingly concerned with ensuring that
the food they buy comes from responsibly-managed
sources. Walmart is tracking product from Farm all the
way to store shelves
• Blockchain technology allows for the transparent
recording of whether say a fish has been sustainably
caught, its freshness, and whether it has been handled in
compliance with social and environmental rules
• To be the sole repository of a singular digital ID for
every person on the planet; project worked upon by
Onename and Bitnation’s Digital Identity
• Disrupt CRM where the company stores data about the
customer, and uses it or sells it => Where Consumer
owns his/ her data, and is shared with whom one
wants, and s/he gets paid for by companies to buy it
and use it (to market it to the individual)
• Facebook, Google and Apple make money each year
where we give them our data for free, they then onsell
that data to those who want to market to us. Consumer
marketing could get completely flipped from
company led push retail, to consumer secured pull
• Blockchain technology is being used to give
each Diamond stone an unique identifier
• Everledger, a permanent register for diamond
certification uses Smart contracts to assign
each asset a unique identifier
• If a duplicate appears on the Blockchain
without proper authorization, it can easily be
identified as counterfeit
• IoT devices track the state of safety of critical
machines and their maintenance in your organization
• From aircraft engines to elevators blockchain
provides for a tamper-free ledger of operational data
and the resulting maintenance
• Third-party repair partners can monitor the
blockchain for preventive maintenance and record
their work back on the blockchain.
• Initiate and Pre-order Parts for required maintenance
• Operational records can also be shared with
government entities to verify compliance
Blockchain For Social Good
The United Nations World Food
Programme (WFP) is deploying cutting-
edge blockchain technology to make cash-
based transfers faster, cheaper and more
secure.
31
SETUP BLOCKCHAIN NETWORK FOR PILOT OR TEST SCENARIO
How do you
get started?
START BUILDING OUT SCENARIOS AND APPS
LEARN FROM PILOT and DEVELOPMENT FOR BLOCKCHAIN
BLOCKCHAIN BUSINESS IDEATION WORKSHOP
Thank You

More Related Content

What's hot

Commercial Banking Trends book 2022
Commercial Banking Trends book 2022Commercial Banking Trends book 2022
Commercial Banking Trends book 2022
Capgemini
 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
Murughan Palaniachari
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
Amazon Web Services
 
Blockchain sharding
Blockchain shardingBlockchain sharding
Blockchain sharding
제호 송
 
Global Open Banking Landscape
Global Open Banking LandscapeGlobal Open Banking Landscape
Global Open Banking Landscape
Biao Hao
 
An Introduction to Blockchain
An Introduction to BlockchainAn Introduction to Blockchain
An Introduction to Blockchain
NexThoughts Technologies
 
Top Trends in Payments: 2021
Top Trends in Payments: 2021Top Trends in Payments: 2021
Top Trends in Payments: 2021
Capgemini
 
Blockchain
BlockchainBlockchain
Blockchain
Rishabh Sharma
 
Trends in AML Compliance
Trends in AML ComplianceTrends in AML Compliance
Trends in AML Compliance
Amazon Web Services
 
Challenges of Blockchain Technology for the Enterprise
Challenges of Blockchain Technology for the EnterpriseChallenges of Blockchain Technology for the Enterprise
Challenges of Blockchain Technology for the Enterprise
Eugene Aseev
 
Digital strategy for Banks / NBFCs / Insurance / Mutual Funds / Fintech
Digital strategy for Banks / NBFCs / Insurance / Mutual Funds / FintechDigital strategy for Banks / NBFCs / Insurance / Mutual Funds / Fintech
Digital strategy for Banks / NBFCs / Insurance / Mutual Funds / Fintech
Sameer Singh Jaini
 
An Overview on Bitcoin
An Overview  on Bitcoin         An Overview  on Bitcoin
An Overview on Bitcoin
Touroxy
 
Blockchain Explained | How Does A Blockchain Work | Blockchain Explained Simp...
Blockchain Explained | How Does A Blockchain Work | Blockchain Explained Simp...Blockchain Explained | How Does A Blockchain Work | Blockchain Explained Simp...
Blockchain Explained | How Does A Blockchain Work | Blockchain Explained Simp...
Simplilearn
 
Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021
Capgemini
 
Embedded Finance - the $7 Trillion market opportunity
Embedded Finance - the $7 Trillion market opportunityEmbedded Finance - the $7 Trillion market opportunity
Embedded Finance - the $7 Trillion market opportunity
Simon Torrance
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Edureka!
 
Payments and transaction processing systems - Global and Indian Overview
Payments and transaction processing systems - Global and Indian OverviewPayments and transaction processing systems - Global and Indian Overview
Payments and transaction processing systems - Global and Indian OverviewAkshay Kaul
 
Anti Money Laundering Framework
Anti Money Laundering FrameworkAnti Money Laundering Framework
Anti Money Laundering Framework
nikatmalik
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
AIMDek Technologies
 

What's hot (20)

Commercial Banking Trends book 2022
Commercial Banking Trends book 2022Commercial Banking Trends book 2022
Commercial Banking Trends book 2022
 
Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Blockchain sharding
Blockchain shardingBlockchain sharding
Blockchain sharding
 
Global Open Banking Landscape
Global Open Banking LandscapeGlobal Open Banking Landscape
Global Open Banking Landscape
 
An Introduction to Blockchain
An Introduction to BlockchainAn Introduction to Blockchain
An Introduction to Blockchain
 
Top Trends in Payments: 2021
Top Trends in Payments: 2021Top Trends in Payments: 2021
Top Trends in Payments: 2021
 
Blockchain
BlockchainBlockchain
Blockchain
 
Trends in AML Compliance
Trends in AML ComplianceTrends in AML Compliance
Trends in AML Compliance
 
Challenges of Blockchain Technology for the Enterprise
Challenges of Blockchain Technology for the EnterpriseChallenges of Blockchain Technology for the Enterprise
Challenges of Blockchain Technology for the Enterprise
 
Digital strategy for Banks / NBFCs / Insurance / Mutual Funds / Fintech
Digital strategy for Banks / NBFCs / Insurance / Mutual Funds / FintechDigital strategy for Banks / NBFCs / Insurance / Mutual Funds / Fintech
Digital strategy for Banks / NBFCs / Insurance / Mutual Funds / Fintech
 
An Overview on Bitcoin
An Overview  on Bitcoin         An Overview  on Bitcoin
An Overview on Bitcoin
 
Blockchain Explained | How Does A Blockchain Work | Blockchain Explained Simp...
Blockchain Explained | How Does A Blockchain Work | Blockchain Explained Simp...Blockchain Explained | How Does A Blockchain Work | Blockchain Explained Simp...
Blockchain Explained | How Does A Blockchain Work | Blockchain Explained Simp...
 
Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021Top Trends in Wealth Management: 2021
Top Trends in Wealth Management: 2021
 
Embedded Finance - the $7 Trillion market opportunity
Embedded Finance - the $7 Trillion market opportunityEmbedded Finance - the $7 Trillion market opportunity
Embedded Finance - the $7 Trillion market opportunity
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockcha...
 
Payments and transaction processing systems - Global and Indian Overview
Payments and transaction processing systems - Global and Indian OverviewPayments and transaction processing systems - Global and Indian Overview
Payments and transaction processing systems - Global and Indian Overview
 
Anti Money Laundering Framework
Anti Money Laundering FrameworkAnti Money Laundering Framework
Anti Money Laundering Framework
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 

Similar to Blockchain on Azure and Use Cases

Blockchain on Azure
Blockchain on AzureBlockchain on Azure
Blockchain on Azure
Nuri Cankaya
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
Dr. Mohamed Torky
 
Supply Chain Management using Blockchain
Supply Chain Management using BlockchainSupply Chain Management using Blockchain
Supply Chain Management using Blockchain
Yugn27
 
Distributed Intelligence
Distributed IntelligenceDistributed Intelligence
Distributed Intelligence
Nuri Cankaya
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
Nuri Cankaya
 
Blockchain in industry 4.0
Blockchain in industry 4.0Blockchain in industry 4.0
Blockchain in industry 4.0
Mujahid Hussain
 
Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...
Richa575316
 
Blockchain for Accounting & Assurance
Blockchain for Accounting & AssuranceBlockchain for Accounting & Assurance
Blockchain for Accounting & Assurance
Eryk Budi Pratama
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
praneelkumarperuru
 
Blockchain
BlockchainBlockchain
The blockchain technology
The blockchain technologyThe blockchain technology
The blockchain technology
Sandeep Wakchaure
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
Positive Hack Days
 
Blockchain in the Heart of Digital Transformation
Blockchain in the Heart of Digital TransformationBlockchain in the Heart of Digital Transformation
Blockchain in the Heart of Digital Transformation
Dr. Mohamed Torky
 
mukund.pptx
mukund.pptxmukund.pptx
mukund.pptx
PraneethBannu1
 
blockchain.pptx
blockchain.pptxblockchain.pptx
blockchain.pptx
19MEB302SahilAli
 
Introduction to Blockchain and Cryptocurrencies
Introduction to Blockchain and CryptocurrenciesIntroduction to Blockchain and Cryptocurrencies
Introduction to Blockchain and Cryptocurrencies
Tarek Mahran, TOGAF, PMP, ITIL, BPM
 
A Technological Perspective of Blockchain Security
A Technological Perspective of Blockchain SecurityA Technological Perspective of Blockchain Security
A Technological Perspective of Blockchain Security
RagaviRaghavan
 
Blockchain for Digital Transformation in Banking
Blockchain for Digital Transformation in Banking Blockchain for Digital Transformation in Banking
Blockchain for Digital Transformation in Banking
Floyd DCosta
 
Blockchains For The IOT - EVRYTHNG
Blockchains For The IOT - EVRYTHNGBlockchains For The IOT - EVRYTHNG
Blockchains For The IOT - EVRYTHNG
Rids Vazi
 
Nov 2 security for blockchain and analytics ulf mattsson 2020 nov 2b
Nov 2 security for blockchain and analytics   ulf mattsson 2020 nov 2bNov 2 security for blockchain and analytics   ulf mattsson 2020 nov 2b
Nov 2 security for blockchain and analytics ulf mattsson 2020 nov 2b
Ulf Mattsson
 

Similar to Blockchain on Azure and Use Cases (20)

Blockchain on Azure
Blockchain on AzureBlockchain on Azure
Blockchain on Azure
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Supply Chain Management using Blockchain
Supply Chain Management using BlockchainSupply Chain Management using Blockchain
Supply Chain Management using Blockchain
 
Distributed Intelligence
Distributed IntelligenceDistributed Intelligence
Distributed Intelligence
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
 
Blockchain in industry 4.0
Blockchain in industry 4.0Blockchain in industry 4.0
Blockchain in industry 4.0
 
Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...Blockchain could be a data structure that could be a growing list of informat...
Blockchain could be a data structure that could be a growing list of informat...
 
Blockchain for Accounting & Assurance
Blockchain for Accounting & AssuranceBlockchain for Accounting & Assurance
Blockchain for Accounting & Assurance
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
 
Blockchain
BlockchainBlockchain
Blockchain
 
The blockchain technology
The blockchain technologyThe blockchain technology
The blockchain technology
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
 
Blockchain in the Heart of Digital Transformation
Blockchain in the Heart of Digital TransformationBlockchain in the Heart of Digital Transformation
Blockchain in the Heart of Digital Transformation
 
mukund.pptx
mukund.pptxmukund.pptx
mukund.pptx
 
blockchain.pptx
blockchain.pptxblockchain.pptx
blockchain.pptx
 
Introduction to Blockchain and Cryptocurrencies
Introduction to Blockchain and CryptocurrenciesIntroduction to Blockchain and Cryptocurrencies
Introduction to Blockchain and Cryptocurrencies
 
A Technological Perspective of Blockchain Security
A Technological Perspective of Blockchain SecurityA Technological Perspective of Blockchain Security
A Technological Perspective of Blockchain Security
 
Blockchain for Digital Transformation in Banking
Blockchain for Digital Transformation in Banking Blockchain for Digital Transformation in Banking
Blockchain for Digital Transformation in Banking
 
Blockchains For The IOT - EVRYTHNG
Blockchains For The IOT - EVRYTHNGBlockchains For The IOT - EVRYTHNG
Blockchains For The IOT - EVRYTHNG
 
Nov 2 security for blockchain and analytics ulf mattsson 2020 nov 2b
Nov 2 security for blockchain and analytics   ulf mattsson 2020 nov 2bNov 2 security for blockchain and analytics   ulf mattsson 2020 nov 2b
Nov 2 security for blockchain and analytics ulf mattsson 2020 nov 2b
 

More from Nuri Cankaya

Cloud Economics
Cloud EconomicsCloud Economics
Cloud Economics
Nuri Cankaya
 
Windows 8 Line of Business Applications
Windows 8 Line of Business ApplicationsWindows 8 Line of Business Applications
Windows 8 Line of Business Applications
Nuri Cankaya
 
Marketing 3.0
Marketing 3.0 Marketing 3.0
Marketing 3.0
Nuri Cankaya
 
Orta Doğu ve Afrika'da Dijital Fırsatlar
Orta Doğu ve Afrika'da Dijital FırsatlarOrta Doğu ve Afrika'da Dijital Fırsatlar
Orta Doğu ve Afrika'da Dijital Fırsatlar
Nuri Cankaya
 
Orta Doğu ve Afrika'da Proje Yönetimi
Orta Doğu ve Afrika'da Proje YönetimiOrta Doğu ve Afrika'da Proje Yönetimi
Orta Doğu ve Afrika'da Proje Yönetimi
Nuri Cankaya
 
Book Summary: Peter Drucker
Book Summary: Peter DruckerBook Summary: Peter Drucker
Book Summary: Peter Drucker
Nuri Cankaya
 
Kitap Özeti: Dünya Düzdür
Kitap Özeti: Dünya DüzdürKitap Özeti: Dünya Düzdür
Kitap Özeti: Dünya Düzdür
Nuri Cankaya
 
Zaman Yönetimi
Zaman YönetimiZaman Yönetimi
Zaman Yönetimi
Nuri Cankaya
 
Marka Yönetimi
Marka YönetimiMarka Yönetimi
Marka Yönetimi
Nuri Cankaya
 
Microsoft Mimarisi
Microsoft MimarisiMicrosoft Mimarisi
Microsoft Mimarisi
Nuri Cankaya
 
Extreme Programlama
Extreme ProgramlamaExtreme Programlama
Extreme Programlama
Nuri Cankaya
 
Capability Maturity Model
Capability Maturity ModelCapability Maturity Model
Capability Maturity Model
Nuri Cankaya
 
Microsoft Solutions Framework
Microsoft Solutions FrameworkMicrosoft Solutions Framework
Microsoft Solutions Framework
Nuri Cankaya
 
CIO Olmak
CIO OlmakCIO Olmak
CIO Olmak
Nuri Cankaya
 
Kişisel Ağ Yönetimi
Kişisel Ağ YönetimiKişisel Ağ Yönetimi
Kişisel Ağ Yönetimi
Nuri Cankaya
 
Microsoft Project Sunumu
Microsoft Project SunumuMicrosoft Project Sunumu
Microsoft Project Sunumu
Nuri Cankaya
 
Her Şey Çıplak Kitap Sunumu
Her Şey Çıplak Kitap SunumuHer Şey Çıplak Kitap Sunumu
Her Şey Çıplak Kitap Sunumu
Nuri Cankaya
 
Twitter nedir
Twitter nedirTwitter nedir
Twitter nedir
Nuri Cankaya
 
Pazarlama 3.0 pazarlama zirvesi
Pazarlama 3.0 pazarlama zirvesiPazarlama 3.0 pazarlama zirvesi
Pazarlama 3.0 pazarlama zirvesi
Nuri Cankaya
 
Percasting
PercastingPercasting
Percasting
Nuri Cankaya
 

More from Nuri Cankaya (20)

Cloud Economics
Cloud EconomicsCloud Economics
Cloud Economics
 
Windows 8 Line of Business Applications
Windows 8 Line of Business ApplicationsWindows 8 Line of Business Applications
Windows 8 Line of Business Applications
 
Marketing 3.0
Marketing 3.0 Marketing 3.0
Marketing 3.0
 
Orta Doğu ve Afrika'da Dijital Fırsatlar
Orta Doğu ve Afrika'da Dijital FırsatlarOrta Doğu ve Afrika'da Dijital Fırsatlar
Orta Doğu ve Afrika'da Dijital Fırsatlar
 
Orta Doğu ve Afrika'da Proje Yönetimi
Orta Doğu ve Afrika'da Proje YönetimiOrta Doğu ve Afrika'da Proje Yönetimi
Orta Doğu ve Afrika'da Proje Yönetimi
 
Book Summary: Peter Drucker
Book Summary: Peter DruckerBook Summary: Peter Drucker
Book Summary: Peter Drucker
 
Kitap Özeti: Dünya Düzdür
Kitap Özeti: Dünya DüzdürKitap Özeti: Dünya Düzdür
Kitap Özeti: Dünya Düzdür
 
Zaman Yönetimi
Zaman YönetimiZaman Yönetimi
Zaman Yönetimi
 
Marka Yönetimi
Marka YönetimiMarka Yönetimi
Marka Yönetimi
 
Microsoft Mimarisi
Microsoft MimarisiMicrosoft Mimarisi
Microsoft Mimarisi
 
Extreme Programlama
Extreme ProgramlamaExtreme Programlama
Extreme Programlama
 
Capability Maturity Model
Capability Maturity ModelCapability Maturity Model
Capability Maturity Model
 
Microsoft Solutions Framework
Microsoft Solutions FrameworkMicrosoft Solutions Framework
Microsoft Solutions Framework
 
CIO Olmak
CIO OlmakCIO Olmak
CIO Olmak
 
Kişisel Ağ Yönetimi
Kişisel Ağ YönetimiKişisel Ağ Yönetimi
Kişisel Ağ Yönetimi
 
Microsoft Project Sunumu
Microsoft Project SunumuMicrosoft Project Sunumu
Microsoft Project Sunumu
 
Her Şey Çıplak Kitap Sunumu
Her Şey Çıplak Kitap SunumuHer Şey Çıplak Kitap Sunumu
Her Şey Çıplak Kitap Sunumu
 
Twitter nedir
Twitter nedirTwitter nedir
Twitter nedir
 
Pazarlama 3.0 pazarlama zirvesi
Pazarlama 3.0 pazarlama zirvesiPazarlama 3.0 pazarlama zirvesi
Pazarlama 3.0 pazarlama zirvesi
 
Percasting
PercastingPercasting
Percasting
 

Recently uploaded

Business Valuation Principles for Entrepreneurs
Business Valuation Principles for EntrepreneursBusiness Valuation Principles for Entrepreneurs
Business Valuation Principles for Entrepreneurs
Ben Wann
 
FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
LR1709MUSIC
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
tanyjahb
 
Improving profitability for small business
Improving profitability for small businessImproving profitability for small business
Improving profitability for small business
Ben Wann
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
creerey
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
SynapseIndia
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
seri bangash
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
dylandmeas
 
What are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdfWhat are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdf
HumanResourceDimensi1
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
seoforlegalpillers
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
Adam Smith
 
20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf
tjcomstrang
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
Falcon Invoice Discounting
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
sarahvanessa51503
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
agatadrynko
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
Cynthia Clay
 
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s DholeraTata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Avirahi City Dholera
 
The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...
balatucanapplelovely
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
fakeloginn69
 
April 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products NewsletterApril 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products Newsletter
NathanBaughman3
 

Recently uploaded (20)

Business Valuation Principles for Entrepreneurs
Business Valuation Principles for EntrepreneursBusiness Valuation Principles for Entrepreneurs
Business Valuation Principles for Entrepreneurs
 
FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
 
3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
 
Improving profitability for small business
Improving profitability for small businessImproving profitability for small business
Improving profitability for small business
 
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
 
Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...Discover the innovative and creative projects that highlight my journey throu...
Discover the innovative and creative projects that highlight my journey throu...
 
What are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdfWhat are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdf
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
 
20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s DholeraTata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
 
The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...The effects of customers service quality and online reviews on customer loyal...
The effects of customers service quality and online reviews on customer loyal...
 
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptxCADAVER AS OUR FIRST TEACHER anatomt in your.pptx
CADAVER AS OUR FIRST TEACHER anatomt in your.pptx
 
April 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products NewsletterApril 2024 Nostalgia Products Newsletter
April 2024 Nostalgia Products Newsletter
 

Blockchain on Azure and Use Cases

  • 2. 2 Agenda Section 1 : Blockchain Introduction • What is Blockchain? • Blockchain Advantages • Types of Blockchain networks • How does Block Chain work • Technology evolution and adoption Section 2 : Blockchain Market and Use cases • Market and Industry Evolution • Key Use cases and case studies in : • Banking and Financial Services • Healthcare • Public Sector • Retail and Manufacturing • Social Impact Q&A
  • 3.
  • 4. Blockchain | 4 Pillars Secure Uses tried and true public/ private signature technology. Blockchain applies this technology to create transactions that are impervious to fraud and establishes a shared truth. Shared Blockchain’s value is directly linked to the number of organizations or companies that participate in them. There is huge value for even the fiercest of competitors to participate with each other in these shared database implementations. Distributed There are many replicas of the Blockchain database. In fact, the more replicas there are, the more authentic it becomes. Ledger The database is a read/write-once database so it is an immutable record of every transaction that occurs. A cryptographically secure, shared, distributed ledger
  • 5. General Propose Chain General Propose Chain Blockchain | Multiple Chain Types Blockchains Alternative blockchains (altchains) (Decentralized Transport) (cryptocurrency) (cross-industry collaborative) (cross-industry collaborative) (FSI consortium) open platform for developers and devops to build blockchain apps (banking industry collaborative) (Social News Blockchain DB) (IBM Open Blockchain )
  • 6. Consortium Woodgrove Financial Contoso Bank Northwind Traders Bank b Insurance c Investment consortium c Bank A Blockchain Location 1 Location 2 Location 3 Location 4 Department A Department B Public ConsortiumPrivate • Many, unknown participants • Writes by all participants • Reads by all participants • Consensus by Proof of Work • Known participants from one organization • Write permissions centralized • Reads may be public or restricted • Multiple algorithms for consensus • Known participants from multiple organizations • Writes require consensus of several participants • Reads may be public or restricted • Multiple algorithms for consensus Public blockchain Persona Woodgrove Financial Person B Northwind Traders Bank 6 Bank 1 Consortium 6 Source: Ethereum blog by Vitalik Buterin https://blog.ethereum.org/author/vitalik-buterin/ Blockchain | Network Types
  • 7. How does it work?
  • 8. 1 Company A wants to transfer a value to Company B (i.e. digital currently, a digital asset, a certificate, etc.). 3 Company A transaction is stored in the ledger as a block with other transaction. The block has an unique ID, the transition time and the ID of the previous block in the chain. 2 Company A uses a digital app to transfer the value to Company B. The app stamps the transaction with Company A digital signature, and now needs to be verified by blockchain. 4 The block containing Company A transaction is then broadcast to the entire network to be verified in each node. 5 After the verification process, Company B receives the value, and all the transaction history remains permanent and transparent available for all the blockchain participants.
  • 9. Evolution of Blockchain Blockchain 1.0 – A simple ledger
  • 10. That decentralizes data in a trustless environment Traditional System Centralized system with stored ledger Blockchain System Distributed system with distributed ledger  Traditional ledgers are centralized and use third parties and middlemen to approve and record transactions  Blockchain safely distributes ledgers across the entire network and does not require any middleman  The technology maintains multiple replicas like P2P torrent file sharing
  • 11. Basic blockchain to track financial transactions In this example, Alex wants to send Katie $500 via a financial transaction blockchain system Alex Katie Payment $500 Transaction (Tx) From: Alex (0xf5e…) To: Katie (0x992…) Amount: 500 Digital signature 0x23e423s3234… 2. Transaction is confirmed though mining. Tx Signature Tx Signature Tx Signature Tx SignatureTx Signature Tx Signature Tx Signature 3. Confirmed transaction gets pushed to network1. Transaction information goes through hash functions (to secure it as well as create a time stamp)
  • 12. Evolution of Blockchain Smart Contracts are unable to access external data or events based on time or market conditions. Calling code or data outside of a Smart Contract or blockchain breaks the general trust barrier and authenticity of transactions. Cryptlets will allow the blockchain to access external data securely, while maintaining the integrity of the blockchain. Blockchain 2.0 – Introducing Smart Contracts
  • 13. Traditional Contract Deployed to Nodes Blockchain 2.0 | Smart Contracts
  • 14. PRODUCER Food Processor Milk producer supplies Milk to Food Processing Company SMART CONTRACT IoT Enabled The package has to be maintained at : Temperature < 10º C Humidity < 65% The terms of shipping are registered using a smart contract on the Blockchain Origin 8ºC 60% Warehouse Carrier 2 Store CARRIER 1 Warehouse CARRIER 2 Retail Store 9ºC 64% 9ºC 64% 11ºC 66% At various points in the journey, the IoT device from the package sends the Temperature & Humidity data which are recorded on the blockchain SMART CONTRACT UPDATED 11ºC 66% The conditions of the contract have been violated. Carrier 3 is liable for penalty as the temperature of the package when it reached the retail store was above the prescribed limit Detailed Use case - Supply Chain with IoT and blockchain The Food product is sealed in an IoT enabled package for shipping SHARED LEDGER Blockchain IoT
  • 15. Blockchain 2.0 | Changes from 1.0 Blockchain 1.0 Blockchain 2.0 POTENTIAL BENEFITS Bitcoin Blockchain Ethereum, Corda, Hyperledger, Sawtooth Lake, many others yet to come Not locked into one vendor Simple Transactions Generic Contracts Can handle more complex needs One Blockchain Multiple, Linked Blockchains Can partition information & pick different chains for different needs (location, regulation, speed, privacy, etc.) Public Only Public, Private, Consortium, or Domain Specific Solves many regulatory and privacy needs Proof of Work Only Different ways to reach Consensus improvement for need – Proof of Work, Stake, Identity, Vote, etc. Overcomes some of the existing Blockchain issues such as speed and computational cost Continually Open & Distributed User Choice Craft blockchain solutions around the business needs
  • 16. Evolution of Blockchain Smart Contracts are unable to access external data or events based on time or market conditions. Calling code or data outside of a Smart Contract or blockchain breaks the general trust barrier and authenticity of transactions. Cryptlets will allow the blockchain to access external data securely, while maintaining the integrity of the blockchain. Blockchain 3.0 – Microsoft evolving the ledger to address the big problem
  • 17. Blockchain 3.0 | State-of-the-art cryptlets innovation  Blockchain 2.0 introduced the power of Smart Contracts…  …but Smart Contracts are unable to access external data or events based on time or market conditions ₋ Calling code or data outside of a Smart Contract or blockchain breaks the general trust barrier and authenticity of transactions  Cryptlets will allow the blockchain to access external data securely, while maintaining the integrity of the blockchain  Cryptlets are a Microsoft innovation and solve a significant hurdle to enterprise blockchain adoption Property 0x117292138928 edc23dc21323c Value 0x893423022ef8s92d1 223412dds321ac Property 0x117292138928 edc23dc21323c Value 0x893423022ef8s92d1 223412dds321ac Code Contract accountRegistry(mapping (string=> address) accountMap; function accountRegistry()(… Property 0x117292138928 edc23dc21323c Value 0x893423022ef8s92d1 223412dds321ac Code Contract accountRegistry(mapping (string=> address) accountMap; function accountRegistry()(… Interest Rate 0x132945934528 asf0439dsa3x
  • 18. 10%-30% of drugs sold in developing countries are counterfeits. 80% of the counterfeit drugs consumed in the US come from overseas. Prescription drugs market is estimated at $900 billion worldwide. The global market for counterfeit drugs is $200 billion dollars. The global market for counterfeit products is $460 billion dollars. More than 30% of counterfeit drugs do not contain any active ingredients. Real World Problem: Counterfeit Pharmaceuticals
  • 19. Solution: Two-Layer QR Code Label … Before After Top (red) layer Bottom (yellow) layer Side View Top View Side View
  • 20. Blockchain Technology Market and Use Case Scenarios
  • 21. State of the Blockchain market Sales Key Highlights Governments Consortium Efforts Industry Adoption Market Size Venture Capital WEF projected that Govt will leverage Blockchain sooner than Public with Transition occurring in 2023. Governments invested in Blockchain so far : UK, USA, Estonia, Russia, Georgia, Sweden, Netherlands, UAE, Ghana, South Korea, Singapore, Japan Blockchain can drive over $500B in Business Value and $50-100B in Technology total addressable market by 2026 Financials expected to lead Blockchain adoption, followed by Insurance, IoT, Health, and Supply Chain Source: WEF Report 90+ corporations have joined blockchain consortia Banking Industry R3 hits 70 members, continues proof-of-concept on Corda blockchain while expanding partnership with Microsoft Hyperledger adds over 200 Corporate and associate members Blockchain Insurance Industry Initiative B3i, the initiative launched by Aegon, Allianz, Munich Re, Swiss Re and Zurich. Currently with 15 members Over US$ 1.4 billion in investments over the past 3 years
  • 22. Blockchain Scenarios for all Industries Retail & Manufacturing Financial Healthcare Government Construction
  • 23. Trade Finance – Traditional state In an ever increasing global commercial landscape, automating the operational link between Trade Finance and cash flow is paramount to Treasurers, whether you are Buyer, Seller, or Issuing / Advising/Confirming Bank. Operational Inefficiencies: Manual, Paper-Driver, Time Consuming, Lack of Standardization Working capital/ balance sheet implications Lack of visibility, not knowing holistic exposures Financial
  • 24. Microsoft Treasury and Microsoft BaaS (Blockchain as a service team) worked with Bank of America to automate the issuance and advising of the SBLC process using Blockchain. This was done as a Proof of Concept (PoC) project and PWC was used for building this solution. Blockchain based SBLC process: Trade Finance in a blockchain world Speed and Efficiency of Execution Real-time data and Audit Trail Transparency across all participants This PoC was a collaborative effort to reflect a “true” SBLC scenario, and included the following parties: • Beneficiary (Seller) : Microsoft • Applicant (Buyer/Customer) : Sample Customer • Issuing Bank (Buyer/Customer) : Sample Bank • Advising Bank : Bank of America Financial
  • 25. Health care – Current State HEALTHCARE Research centers and networks Offices and clinics Insurers Genomic data and annotation services Hospitals and health care networks Health Information Exchanges Personal health records Insurers Patients Establishing a Trust Network depends on the HIE as an intermediary to establish point-to-point sharing and “book- keeping” of what data was exchanged Cost Per Transaction, given low transaction volumes, reduces the business case for central systems or new edge networks for participating groups. Master Patient Index (MPI) challenges arise from the need to synchronize multiple patient identifiers between systems while securing patient privacy Varying Data Standards reduce interoperability because records are not compatible between systems Limited Access to Population Health Data, as HIE is one of the few sources of integrated records Inconsistent Rules and Permissions inhibit the right health organization from accessing the right patient data at the right time Challenges
  • 26. Health care in a block chain world Blockchain can be used as mechanism to create a shared data commons for medical R&D HEALTHCARE Blockchain and data of commons EMR Users agree to share health data. Health wallet creates pseudonymous address and stores as smart contract on blockchain. Give permission for certain release under specific conditions Researchers who wish to access data. For each record they check conditions of smart contract to determine if the use is allowed. If so, then access the data, transaction on the blockchain, make micropayment (in this case) to individuals’ health wallet Record Transaction Healthcoin / Bitcoin payment is made – can be converted into money, used in HSA, or to purchase medical services. Pseudonymous health data Health research could be conducted by aggregating personal health records stored on the Blockchain. Users contribute their health data to a public data commons managed via Blockchain. Data is encrypted pseudonymous form and payment made via bitcoin, or different kinds of HealthCoin. Data on the Blockchain is that it can be analyzed but remain private. Use Case Description Benefits • It ensures privacy and security for the owner of the data; • It allows the data owner to see when the data has been used (i.e., as a transaction of the Blockchain); and • Gives the individual ownership of their health record. • Personal health records would be stored and administered via Blockchain in an EMR system • Users would permission doctors and other parties into their records as needed • Blockchain could create a secure method of health information (e.g., proof-of-insurance, vaccination status, test results, prescriptions, status, condition, treatment, and physician referrals) HEALTHCARE
  • 27. Blockchain in Healthcare Blockchain–based EMRs Secure Health Data Commons Health Documentation, Validation and Tracking Health Vendor RFPs and Pharma Supply Chain • Personal health records would be stored and administered via Blockchain in an EMR system. • Taking advantage of the pseudonymous (e.g.; coded to a digital address not a name) nature of Blockchain technology, personal health records would be encoded as digital assets and put on the Blockchain just like other assets like currency. • Users would permission doctors and other parties into their records as needed via their private key • Blockchain could create a secure method of health information (e.g., proof-of-insurance, vaccination status, test results, prescriptions, status, condition, treatment, and physician referrals) • Health research could be conducted by aggregating personal health records stored on the Blockchain • Users contribute their health data to a public data commons managed via Blockchain • Data is encrypted pseudonymous form and micropayment made via bitcoin, or different kinds of HealthCoin. Data on the Blockchain is that it can be analyzed but remain private • Health service provides could bid to supply medical services needed by patient-consumers on smart contract markets. Like Uber drivers, service provides could bid on needed health services • Robomed Network enables payments based on Patient satisfaction • Pharma companies can leverage Smart contracts for Supply Chain Management HEALTHCARE
  • 28. Blockchain in Government and Public Sector Ownerships Identities Verification Movement of assets • Land (and other asset such as vehicles) Registries • Register and manage documents with transparency • Reduce time spent in issuing, verifying, renewing, replacing records • Self service – verify documents through the network • Public Asset Management • Food and Drug Safety (food supply chain tracking) • Example: Ghana Land Registration Pilot with BitLand • Manage Taxation and Fraud Evasion By Triple Entry Accounting on the blockchain. Single version of the truth for invoicing Example: Singapore fighting invoice fraud of traders with banks • Licenses & other Proofs of records (degrees, grades, etc.) can be recorded & distributed • UK Govt leveraging Block Chain to Track eligibility, registration & payments for Govt grants and benefits • Blockchain e-identities to its citizens for services like voting • E-Residency Program by Estonia • To publish secured, anonymized healthcare data • Patient controls who can access his data • Transferring money from one person/entity to another. • Enabling direct payments, once a work condition has been performed.
  • 29. Blockchain in Retail and Manufacturing Supply Chain Transparency Diamond Verification/ Check Counterfeit Products Consumer Marketing – Digital Identities Maintenance and Pre-order • Provenance uses Blockchain to help promote environmentally sustainable production and social good • Consumers are increasingly concerned with ensuring that the food they buy comes from responsibly-managed sources. Walmart is tracking product from Farm all the way to store shelves • Blockchain technology allows for the transparent recording of whether say a fish has been sustainably caught, its freshness, and whether it has been handled in compliance with social and environmental rules • To be the sole repository of a singular digital ID for every person on the planet; project worked upon by Onename and Bitnation’s Digital Identity • Disrupt CRM where the company stores data about the customer, and uses it or sells it => Where Consumer owns his/ her data, and is shared with whom one wants, and s/he gets paid for by companies to buy it and use it (to market it to the individual) • Facebook, Google and Apple make money each year where we give them our data for free, they then onsell that data to those who want to market to us. Consumer marketing could get completely flipped from company led push retail, to consumer secured pull • Blockchain technology is being used to give each Diamond stone an unique identifier • Everledger, a permanent register for diamond certification uses Smart contracts to assign each asset a unique identifier • If a duplicate appears on the Blockchain without proper authorization, it can easily be identified as counterfeit • IoT devices track the state of safety of critical machines and their maintenance in your organization • From aircraft engines to elevators blockchain provides for a tamper-free ledger of operational data and the resulting maintenance • Third-party repair partners can monitor the blockchain for preventive maintenance and record their work back on the blockchain. • Initiate and Pre-order Parts for required maintenance • Operational records can also be shared with government entities to verify compliance
  • 30. Blockchain For Social Good The United Nations World Food Programme (WFP) is deploying cutting- edge blockchain technology to make cash- based transfers faster, cheaper and more secure.
  • 31. 31 SETUP BLOCKCHAIN NETWORK FOR PILOT OR TEST SCENARIO How do you get started? START BUILDING OUT SCENARIOS AND APPS LEARN FROM PILOT and DEVELOPMENT FOR BLOCKCHAIN BLOCKCHAIN BUSINESS IDEATION WORKSHOP

Editor's Notes

  1. 4
  2. 18
  3. 19