SlideShare a Scribd company logo
Blockchain
Technology
1
Zoi Lachana – PhD Candidate, University of the Aegean
Michalis Loutsaris – PhD Candidate, University of the Aegean
Samos Summit 2018
Blockchain
Categories
 Public Blockchain
 Private Blockchain
 Consortium Blockchain
Buterin V. (2015)
2
3
Table 1 Comparisons among public blockchain, consortium blockchain and private blockchain
Property Public blockchain Consortium blockchain Private blockchain
Consensus
determination
All miners
Public
Nearly impossible
tamper
Low
No
Permissionless
to
Selected set of nodes
Could be public or restricted
Couldbe tampered
High
Partial
Permissioned
One organization
Couldbe public
restricted
Could be tampered
High
Yes
Permissioned
orRead permission
Immutability
Efficiency
Centralized
Consensus
process
Blockchain Perspectives
 Consensus determination. In public blockchain, each node could take part in the consensus process.
And only a selected set of nodes are responsible for validating the block in consortium blockchain. As
for private chain, it is fully controlled by one organization who could determine the final consensus.
 Read permission. Transactions in a public blockchain are visible to the public while the read
permission depends on a private blockchain or a consortium blockchain. The consortium or the
organization could decide whether the stored information is public or restricted.
 Immutability. Since transactions are stored in different nodes in the distributed network, so it is
nearly impossible to tamper the public blockchain. However, if the majority of the consortium or the
dominant organization wants to tamper the blockchain, the consortium blockchain or private
blockchain could be reversed or tampered.
 Efficiency. It takes plenty of time to propagate transactions and blocks as there are a large number of
nodes on public blockchain network. Taking network safety into consideration, restrictions on public
blockchain would be much more strict. As a result, transaction throughput is limited and the latency is
high. With fewer validators, consortium blockchain and private blockchain could be more efficient.
 Centralized. The main difference among the three types of blockchains is that public blockchain is
decentralized, consortium blockchain is partially centralized and private blockchain is fully centralized
as it is controlled by a single group.
 Consensus process. Everyone in the world could join the consensus process of the public blockchain.
Different from public blockchain, both consortium blockchain and private blockchain are
permissioned. One node needs to be certificated to join the consensus process in consortium or
private blockchain.
4
Blockchain Technology Key
Characteristics
 Decentralization. In conventional centralized transaction systems, each transaction
needs to be validated through the central trusted agency (e.g., the central bank)
inevitably resulting the cost and the performance bottlenecks at the central servers.
Differently, a transaction in the blockchain network can be conducted between any two
peers (P2P) without the authentication by the central agency.
 Persistency. Since each of the transactions spreading across the network needs to be
confirmed and recorded in blocks distributed in the whole network, it is nearly
impossible to tamper.
 Anonymity. Each user can interact with the blockchain network with a generated
address. Further, a user could generate many addresses to avoid identity exposure.
There is no longer any central party keeping users’ private information.
 Auditability. Since each of the transactions on the blockchain is validated and recorded
with a timestamp, users can easily verify and trace the previous records through
accessing any node in the distributed network.
5
How Blockchain works 6
Blockchain technology explained in
simple words
Imagine you and I bet 50€ on tomorrow’s weather in Samos.
Three options:
 We can trust each other.
 We can turn the bet into a contract.
 We can involve a neutral third party.
Blockchain allows us to write a few lines of code, a program running on the
blockchain, to which both of us send 50€ . This program will keep the 100€ safe
and check tomorrow’s weather automatically on several data sources. Sunny or
rainy it will transfer automatically the whole amount to the winner. Each party can
check the contract logic, and once it’s running on the blockchain it can’t be
changed or stopped. This effort can be quite too high for a 50€ bet, but imagine
when selling a house or a company.
7
8 Steps to build a Blockchain Solution
 Step 1: Identify a Suitable Use-case
 Data Authentication & Verification: this includes immutable storage, digital
signatures and encryption. Data in almost any format can be stored in the
blockchain. Blockchains can create public-private key pairs and also be used for
generating and verifying digital signatures.
 Smart Asset Management: this includes issuance, payment, exchange, escrow
and retirement. A smart / crypto asset is the tokenized version of a real-world
asset e.g. gold, silver, oil, land.
 Smart Contracts: This is a term most often mis-understood, but that’s
something for another day.
8
8 Steps to build a Blockchain Solution
 Step 2: Identify the Most Suitable Consensus Mechanism
 Proof of stake,
 Byzantine fault tolerant,
 Deposit based consensus,
 Federated Byzantine Agreement,
 Proof of Elapsed Time,
 Derived PBFT,
 Redundant Byzantine Fault Tolerance,
 Simplified Byzantine Fault Tolerance,
 Federated consensus,
 Round Robin,
 Delegated Proof of Stake
9
8 Steps to build a Blockchain Solution
 Step 3: Identify the Most Suitable Platform
 Depending upon the consensus mechanism you chose in step 2, you need to
select the most suitable blockchain platform.
 Step 4: Designing the Nodes
 Blockchain solutions can be permissioned (e.g. a Government run land registry)
or permission-less (e.g. Bitcoin, where anyone can become a miner). Blockchain
solutions can be private (e.g. a contract management system implemented in a
pharmaceutical company), public (e.g. an asset backed cryptocurrency) or
hybrid (e.g. a group of banks running a shared KYC platform).
10
8 Steps to build a Blockchain Solution
 Step 5: Design the Blockchain Instance
 Most blockchain platforms need very careful planned configuration for the following elements:
 Permissions
 Asset issuance
 Asset re-issuance
 Atomic exchanges
 Key management
 Multi signatures
 Parameters
 Native assets
 Address formats
 Key formats
 Block signatures
 Hand-shaking
11
8 Steps to build a Blockchain Solution
 Step 6: Building the APIs
 Some blockchain platforms come with pre-made APIs while some don’t. The
major categories of APIs that you would need are for:
 Generating key pairs and addresses
 Performing audit related functions
 Data authentication through digital signatures and hashes
 Data storage and retrieval
 Smart-asset lifecycle management –issuance, payment, exchange, escrw and
retirement
 Smart contracts
12
8 Steps to build a Blockchain Solution
 Step 7: Design the Admin and User Interface
 At this stage you would need to choose the front end and programming
languages (e.g. HTML5, CSS, PHP, C#, Java, Javascript, Python, Ruby, Golang,
Solidity, Angular JS Nodejs). You would also need to choose external databases
(e.g. MySQL, MongoDB) as well as servers (including Web servers, FTP servers,
mail servers).
 Step 8: Adding Future Tech
 You can greatly enhance the power of your Blockchain solution by integrating
Artificial Intelligence, Biometrics, Bots, Cloud, Cognitive services, Containers,
Data Analytics, Internet of Things and Machine Learning.
13
Benefits
 You have complete control of the value you own, there is no third party
that holds your value or that can limit your access to it.
 The cost to perform a value transaction from and to anywhere in the
planet is very low (in the order of a dollar cent fraction). This allows
micropayments.
 Value can be transferred in few minutes and the transaction can be
considered secure in a few hours, not days or weeks.
 Since anyone at any time can verify every transaction made on the
blockchain, full transparency is granted.
 It’s possible to leverage the blockchain technology to build decentralized
applications that would be able to manage information and value transfer
fast and securely.
14
Challenges
 Transactions can be sent and received anonymously. On one side this
preserves the users privacy but on the other allows non legal activity on
the network as institutions cannot track users identity.
 Even if many exchange platforms are emerging, it’s still not that easy to
trade bitcoins for goods and services. However, they are becoming more
and more popular.
 Bitcoin, like many other cryptocurrencies, is very volatile: there aren’t that
many Bitcoins available in the market and the demand is changing rapidly.
Bitcoin price is very effected by large events or announcements in the
cryptocurrencies industry.
 The technology is still in its infancy. New tools are developed every day to
improve the blockchain security stability while offering a broader range of
features, tools and services.
15
Why blockchain technology could
change public administration
 fast
 cheap
 secure public records
 more transparent
 decentralized
So, can be used for many non-financial tasks, such as casting votes in
elections or proving that a document existed at a specific time
16
How blockchain technology could
change public administration
 They could help finally resolve the problem of music and video piracy,
while enabling digital media to be legitimately bought, sold, inherited and
given away second-hand like books, vinyl and video tapes.
 They also present opportunities in all kinds of public services such as
health and welfare payments and, at the frontier of blockchain
development, are self-executing contracts paving the way for companies
that run themselves without human intervention.
17
Open Source Blockchain Platforms 18
OpenChain
https://www.openchain.org/
•Openchain is an open source
distributed ledger technology. It is
suited for organizations wishing to
issue and manage digital assets in a
robust, secure and scalable way.
Monax
https://www.monax.io
•The monax platform is an open
platform for developers and devops
to build, ship, and run blockchain-
based applications for business
ecosystems.
•Monax sells legally compliant smart
contract-based SDKs to accelerate
your time to market with
sophisticated ecosystem
applications.
HydraChain
https://github.com/HydraChain
•HydraChain is an extension of the
Ethereum platform which adds
support for creating Permissioned
Distributed Ledgers. Its primary
domain of application are private
chain or consortium chain setups.
Open Source Blockchain Platforms 19
MultiChain
http://www.multichain.com
•MultiChain is an open source platform for
private blockchains, which offers a rich set of
features including extensive configurability,
rapid deployment, permissions management,
native assets and data streams. Although it is
designed to enable private blockchains,
MultiChain provides maximal compatibility
with the bitcoin ecosystem, including the
peer-to-peer protocol, transaction/block
formats and Bitcoin Core APIs/runtime
parameters.
HyperLedger
https://www.hyperledger.org
•Hyperledger is an umbrella project of open
source blockchains and related tools, started
in December 2015 by the Linux Foundation, to
support the collaborative development of
blockchain-based distributed ledgers
Quorum
https://www.jpmorgan.com/global/Quorum
•Quorum is an Ethereum-based distributed
ledger protocol that has been developed to
provide the Financial Services Industry with a
permissioned implementation of Ethereum
that supports transaction and contract privacy.
•Quorum includes a minimalistic fork of the Go
Ethereum client (a.k.a geth), and as such,
leverages the work that the Ethereum
developer community has undertaken.
Blockchain as a Service (Providers)
Microsoft
•Microsoft became one of the first software vendors to offer BaaS when it launched Azure Blockchain Service in 2015.
R3
•There is no greater testimony to the impact blockchain has than the sheer number of companies behind R3, a consortium behind a distributed financial
ledger called Corda that operates like a blockchain while denying it is one.
BitSE
•BitSE runs VeChain, a Chinese cloud product management platform built on a blockchain in collaboration with PricewaterhouseCoopers (PwC) to boost
blockchain adoption in the Asia-Pacific markets.
SAP Cloud Platform Blockchain
•SAP’s blockchain as a service is called "Leonardo," which in turn is based on Hyperledger, and resides in the SAP Cloud service, so it can be accessed
from any device and requires no on-premises hardware or software. SAP Leonardo functions as a blockchain cloud service, machine learning service and
supports the Internet of Things (IoT) in a single ecosystem.
Peer Ledger
•Peer Ledger offers identity management blockchain to externally certify real-world identities, giving blockchain real-to-digital identity mapping,
something the company says the technology has lacked. Peer Ledger uses the public key infrastructure (PKI) system to certify identities outside the
blockchain before connecting them to blockchain accounts. The company is targeting trust-sensitive industries such as healthcare for their solution.
20
More examples?
 e-ID (https://medium.com/uport/zug-id-exploring-the-first-publicly-verified-
blockchain-identity-38bd0ee3702)
 e-Voting (https://www.nvotes.com)
 Health Records (https://e-estonia.com/solutions/healthcare/e-health-record/)
 Land Registry (https://exonum.com/napr)
 Document Validation Check
(https://www.dubailand.gov.ae/English/Pages/Blockchain.aspx)
 Taxes
 Academic Certificates (https://www.coindesk.com/maltas-government-putting-
academic-certificates-blockchain/)
 More…..
21
Thank You!!!
22

More Related Content

What's hot

Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
SlideTeam
 
The Impact and Potential of Blockchain on the Banking Sector
The Impact and Potential of Blockchain on the Banking SectorThe Impact and Potential of Blockchain on the Banking Sector
The Impact and Potential of Blockchain on the Banking Sector
PECB
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
AIMDek Technologies
 
Blockchain use cases
Blockchain use casesBlockchain use cases
Blockchain use cases
Software Infrastructure
 
Blockchain Security and Privacy
Blockchain Security and PrivacyBlockchain Security and Privacy
Blockchain Security and Privacy
Anil John
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
Zied GUESMI
 
What is tokenization in blockchain?
What is tokenization in blockchain?What is tokenization in blockchain?
What is tokenization in blockchain?
Ulf Mattsson
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and Beyond
Michael Novak
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?
Fermat Jade
 
Introduction to Blockchain
Introduction to Blockchain Introduction to Blockchain
Introduction to Blockchain
mohammad alkhalil
 
What is Block chain
What is Block chain What is Block chain
What is Block chain
Aman Vats PMP®
 
Blockchain
BlockchainBlockchain
Exploring Blockchain Technology, Risks, and Emerging Trends
Exploring Blockchain Technology, Risks, and Emerging TrendsExploring Blockchain Technology, Risks, and Emerging Trends
Exploring Blockchain Technology, Risks, and Emerging Trends
Amazon Web Services
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal
 
Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
Ogilvy Consulting
 
Block chain technology and its applications
Block chain technology and its applications Block chain technology and its applications
Block chain technology and its applications
ABHISHEK JAIN
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
SubhashKumar329
 
Blockchain and Banking
Blockchain and BankingBlockchain and Banking
Blockchain and Banking
HyperTrends Global Inc.
 
Overview of blockchain technology and architecture
Overview of blockchain technology and   architectureOverview of blockchain technology and   architecture
Overview of blockchain technology and architecture
EY
 
Block chain technology
Block chain technologyBlock chain technology
Block chain technology
Md. Syful Azam
 

What's hot (20)

Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
Overview Of Blockchain Technology And Architecture Powerpoint Presentation Sl...
 
The Impact and Potential of Blockchain on the Banking Sector
The Impact and Potential of Blockchain on the Banking SectorThe Impact and Potential of Blockchain on the Banking Sector
The Impact and Potential of Blockchain on the Banking Sector
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain use cases
Blockchain use casesBlockchain use cases
Blockchain use cases
 
Blockchain Security and Privacy
Blockchain Security and PrivacyBlockchain Security and Privacy
Blockchain Security and Privacy
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 
What is tokenization in blockchain?
What is tokenization in blockchain?What is tokenization in blockchain?
What is tokenization in blockchain?
 
Blockchain in Banking, Business and Beyond
Blockchain in Banking, Business and BeyondBlockchain in Banking, Business and Beyond
Blockchain in Banking, Business and Beyond
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?
 
Introduction to Blockchain
Introduction to Blockchain Introduction to Blockchain
Introduction to Blockchain
 
What is Block chain
What is Block chain What is Block chain
What is Block chain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Exploring Blockchain Technology, Risks, and Emerging Trends
Exploring Blockchain Technology, Risks, and Emerging TrendsExploring Blockchain Technology, Risks, and Emerging Trends
Exploring Blockchain Technology, Risks, and Emerging Trends
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Understanding Blockchain
Understanding BlockchainUnderstanding Blockchain
Understanding Blockchain
 
Block chain technology and its applications
Block chain technology and its applications Block chain technology and its applications
Block chain technology and its applications
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Blockchain and Banking
Blockchain and BankingBlockchain and Banking
Blockchain and Banking
 
Overview of blockchain technology and architecture
Overview of blockchain technology and   architectureOverview of blockchain technology and   architecture
Overview of blockchain technology and architecture
 
Block chain technology
Block chain technologyBlock chain technology
Block chain technology
 

Similar to Blockchain Technology Developments in Government 3.0

Supply Chain Management using Blockchain
Supply Chain Management using BlockchainSupply Chain Management using Blockchain
Supply Chain Management using Blockchain
Yugn27
 
Blockchain technology.docx
Blockchain technology.docxBlockchain technology.docx
Blockchain technology.docx
aymenabbaci
 
Blockchain notes b tech aktu by krazy kreation (kulbhushan)
Blockchain notes b tech aktu by krazy kreation (kulbhushan)Blockchain notes b tech aktu by krazy kreation (kulbhushan)
Blockchain notes b tech aktu by krazy kreation (kulbhushan)
rahulmondol
 
Blockchain for Accounting & Assurance
Blockchain for Accounting & AssuranceBlockchain for Accounting & Assurance
Blockchain for Accounting & Assurance
Eryk Budi Pratama
 
Define blockchain
Define blockchainDefine blockchain
Define blockchain
Harshit Verma
 
jayesh_Blockchain.pptx
jayesh_Blockchain.pptxjayesh_Blockchain.pptx
jayesh_Blockchain.pptx
JackTheMan1
 
3daysblcourseockchainbigdata
3daysblcourseockchainbigdata3daysblcourseockchainbigdata
3daysblcourseockchainbigdata
Anne Starr
 
Application of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital ForensicsApplication of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital Forensics
Mahdi_Fahmideh
 
Pros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pros and Cons of Blockchain Technology: Your Complete Go-to GuidePros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pixel Crayons
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
SahilBansal648873
 
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
 
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
Samantha Reynolds
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
SahilBansal648873
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
Nimmy Solomon
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
Chuck Bair
 
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
JP Batra
 
Blockchain
BlockchainBlockchain
Blockchain
SubashreeDoss
 
blockchain
blockchainblockchain
blockchain
MdMahfuzurRahman83
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
The NorthCap University
 
Blockchain : A Catalyst for New Approaches in Insurance
Blockchain : A Catalyst for New Approaches in Insurance Blockchain : A Catalyst for New Approaches in Insurance
Blockchain : A Catalyst for New Approaches in Insurance
VIJAY MUTHU
 

Similar to Blockchain Technology Developments in Government 3.0 (20)

Supply Chain Management using Blockchain
Supply Chain Management using BlockchainSupply Chain Management using Blockchain
Supply Chain Management using Blockchain
 
Blockchain technology.docx
Blockchain technology.docxBlockchain technology.docx
Blockchain technology.docx
 
Blockchain notes b tech aktu by krazy kreation (kulbhushan)
Blockchain notes b tech aktu by krazy kreation (kulbhushan)Blockchain notes b tech aktu by krazy kreation (kulbhushan)
Blockchain notes b tech aktu by krazy kreation (kulbhushan)
 
Blockchain for Accounting & Assurance
Blockchain for Accounting & AssuranceBlockchain for Accounting & Assurance
Blockchain for Accounting & Assurance
 
Define blockchain
Define blockchainDefine blockchain
Define blockchain
 
jayesh_Blockchain.pptx
jayesh_Blockchain.pptxjayesh_Blockchain.pptx
jayesh_Blockchain.pptx
 
3daysblcourseockchainbigdata
3daysblcourseockchainbigdata3daysblcourseockchainbigdata
3daysblcourseockchainbigdata
 
Application of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital ForensicsApplication of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital Forensics
 
Pros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pros and Cons of Blockchain Technology: Your Complete Go-to GuidePros and Cons of Blockchain Technology: Your Complete Go-to Guide
Pros and Cons of Blockchain Technology: Your Complete Go-to Guide
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 
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...
 
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
AWIP Pink Innov Blockchain Workshop deck - May 23, 2019
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
 
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
 
Blockchain
BlockchainBlockchain
Blockchain
 
blockchain
blockchainblockchain
blockchain
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
 
Blockchain : A Catalyst for New Approaches in Insurance
Blockchain : A Catalyst for New Approaches in Insurance Blockchain : A Catalyst for New Approaches in Insurance
Blockchain : A Catalyst for New Approaches in Insurance
 

More from samossummit

The Manylaws Project: Overall Presentation
The Manylaws Project: Overall PresentationThe Manylaws Project: Overall Presentation
The Manylaws Project: Overall Presentation
samossummit
 
The ManyLaws Platform. Workshop: Demo Application and Evaluation
The ManyLaws Platform. Workshop: Demo Application and EvaluationThe ManyLaws Platform. Workshop: Demo Application and Evaluation
The ManyLaws Platform. Workshop: Demo Application and Evaluation
samossummit
 
Massive Open Online Course in Digital Governance and Entrepreneurship. The Go...
Massive Open Online Course in Digital Governance and Entrepreneurship. The Go...Massive Open Online Course in Digital Governance and Entrepreneurship. The Go...
Massive Open Online Course in Digital Governance and Entrepreneurship. The Go...
samossummit
 
Massive Open Online Course on Open Data. The TODO Online Training Programme
Massive Open Online Course on Open Data. The TODO Online Training ProgrammeMassive Open Online Course on Open Data. The TODO Online Training Programme
Massive Open Online Course on Open Data. The TODO Online Training Programme
samossummit
 
The Interoperability Academy Workshop
The Interoperability Academy WorkshopThe Interoperability Academy Workshop
The Interoperability Academy Workshop
samossummit
 
Data-intensive decision making in the era of big data and artificial intellig...
Data-intensive decision making in the era of big data and artificial intellig...Data-intensive decision making in the era of big data and artificial intellig...
Data-intensive decision making in the era of big data and artificial intellig...
samossummit
 
Α framework for re-education of public administration in legal informatics to...
Α framework for re-education of public administration in legal informatics to...Α framework for re-education of public administration in legal informatics to...
Α framework for re-education of public administration in legal informatics to...
samossummit
 
Hellenic National Observatory for Digital Governance
Hellenic National Observatory for Digital GovernanceHellenic National Observatory for Digital Governance
Hellenic National Observatory for Digital Governance
samossummit
 
Digital Governance Master Programme. The Gov3.0 Master’s Curriculum
Digital Governance Master Programme. The Gov3.0 Master’s CurriculumDigital Governance Master Programme. The Gov3.0 Master’s Curriculum
Digital Governance Master Programme. The Gov3.0 Master’s Curriculum
samossummit
 
Governance of trustworthy AI
Governance of trustworthy AIGovernance of trustworthy AI
Governance of trustworthy AI
samossummit
 
Digital Governance Science Base: Central concepts of digital government science
Digital Governance Science Base: Central concepts of digital government scienceDigital Governance Science Base: Central concepts of digital government science
Digital Governance Science Base: Central concepts of digital government science
samossummit
 
Innovative Public Service Catalogues
Innovative Public Service CataloguesInnovative Public Service Catalogues
Innovative Public Service Catalogues
samossummit
 
DGSB Domain Structure samos2020summit
DGSB Domain Structure samos2020summitDGSB Domain Structure samos2020summit
DGSB Domain Structure samos2020summit
samossummit
 
Blockchain supporting Smart City
Blockchain supporting Smart CityBlockchain supporting Smart City
Blockchain supporting Smart City
samossummit
 
AI in Government: unpacking approaches and issues
AI in Government: unpacking approaches and issuesAI in Government: unpacking approaches and issues
AI in Government: unpacking approaches and issues
samossummit
 
Opengov2020 Summer School - Intro
Opengov2020 Summer School - IntroOpengov2020 Summer School - Intro
Opengov2020 Summer School - Intro
samossummit
 
Opening – Introductions and Welcome by the host
Opening – Introductions and Welcome by the hostOpening – Introductions and Welcome by the host
Opening – Introductions and Welcome by the host
samossummit
 
A reorganization and digital transformation program for the Greek Local and R...
A reorganization and digital transformation program for the Greek Local and R...A reorganization and digital transformation program for the Greek Local and R...
A reorganization and digital transformation program for the Greek Local and R...
samossummit
 
ΜΑΖΙ An innovative information system for managing the activities of the Gree...
ΜΑΖΙ An innovative information system for managing the activities of the Gree...ΜΑΖΙ An innovative information system for managing the activities of the Gree...
ΜΑΖΙ An innovative information system for managing the activities of the Gree...
samossummit
 
Blockchain Against Covid Samos 2020
Blockchain Against Covid  Samos 2020Blockchain Against Covid  Samos 2020
Blockchain Against Covid Samos 2020
samossummit
 

More from samossummit (20)

The Manylaws Project: Overall Presentation
The Manylaws Project: Overall PresentationThe Manylaws Project: Overall Presentation
The Manylaws Project: Overall Presentation
 
The ManyLaws Platform. Workshop: Demo Application and Evaluation
The ManyLaws Platform. Workshop: Demo Application and EvaluationThe ManyLaws Platform. Workshop: Demo Application and Evaluation
The ManyLaws Platform. Workshop: Demo Application and Evaluation
 
Massive Open Online Course in Digital Governance and Entrepreneurship. The Go...
Massive Open Online Course in Digital Governance and Entrepreneurship. The Go...Massive Open Online Course in Digital Governance and Entrepreneurship. The Go...
Massive Open Online Course in Digital Governance and Entrepreneurship. The Go...
 
Massive Open Online Course on Open Data. The TODO Online Training Programme
Massive Open Online Course on Open Data. The TODO Online Training ProgrammeMassive Open Online Course on Open Data. The TODO Online Training Programme
Massive Open Online Course on Open Data. The TODO Online Training Programme
 
The Interoperability Academy Workshop
The Interoperability Academy WorkshopThe Interoperability Academy Workshop
The Interoperability Academy Workshop
 
Data-intensive decision making in the era of big data and artificial intellig...
Data-intensive decision making in the era of big data and artificial intellig...Data-intensive decision making in the era of big data and artificial intellig...
Data-intensive decision making in the era of big data and artificial intellig...
 
Α framework for re-education of public administration in legal informatics to...
Α framework for re-education of public administration in legal informatics to...Α framework for re-education of public administration in legal informatics to...
Α framework for re-education of public administration in legal informatics to...
 
Hellenic National Observatory for Digital Governance
Hellenic National Observatory for Digital GovernanceHellenic National Observatory for Digital Governance
Hellenic National Observatory for Digital Governance
 
Digital Governance Master Programme. The Gov3.0 Master’s Curriculum
Digital Governance Master Programme. The Gov3.0 Master’s CurriculumDigital Governance Master Programme. The Gov3.0 Master’s Curriculum
Digital Governance Master Programme. The Gov3.0 Master’s Curriculum
 
Governance of trustworthy AI
Governance of trustworthy AIGovernance of trustworthy AI
Governance of trustworthy AI
 
Digital Governance Science Base: Central concepts of digital government science
Digital Governance Science Base: Central concepts of digital government scienceDigital Governance Science Base: Central concepts of digital government science
Digital Governance Science Base: Central concepts of digital government science
 
Innovative Public Service Catalogues
Innovative Public Service CataloguesInnovative Public Service Catalogues
Innovative Public Service Catalogues
 
DGSB Domain Structure samos2020summit
DGSB Domain Structure samos2020summitDGSB Domain Structure samos2020summit
DGSB Domain Structure samos2020summit
 
Blockchain supporting Smart City
Blockchain supporting Smart CityBlockchain supporting Smart City
Blockchain supporting Smart City
 
AI in Government: unpacking approaches and issues
AI in Government: unpacking approaches and issuesAI in Government: unpacking approaches and issues
AI in Government: unpacking approaches and issues
 
Opengov2020 Summer School - Intro
Opengov2020 Summer School - IntroOpengov2020 Summer School - Intro
Opengov2020 Summer School - Intro
 
Opening – Introductions and Welcome by the host
Opening – Introductions and Welcome by the hostOpening – Introductions and Welcome by the host
Opening – Introductions and Welcome by the host
 
A reorganization and digital transformation program for the Greek Local and R...
A reorganization and digital transformation program for the Greek Local and R...A reorganization and digital transformation program for the Greek Local and R...
A reorganization and digital transformation program for the Greek Local and R...
 
ΜΑΖΙ An innovative information system for managing the activities of the Gree...
ΜΑΖΙ An innovative information system for managing the activities of the Gree...ΜΑΖΙ An innovative information system for managing the activities of the Gree...
ΜΑΖΙ An innovative information system for managing the activities of the Gree...
 
Blockchain Against Covid Samos 2020
Blockchain Against Covid  Samos 2020Blockchain Against Covid  Samos 2020
Blockchain Against Covid Samos 2020
 

Recently uploaded

Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Sebastiano Panichella
 
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
0x01 - Newton's Third Law:  Static vs. Dynamic Abusers0x01 - Newton's Third Law:  Static vs. Dynamic Abusers
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
OWASP Beja
 
Acorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutesAcorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutes
IP ServerOne
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
Sebastiano Panichella
 
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXOBitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Matjaž Lipuš
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
Faculty of Medicine And Health Sciences
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
khadija278284
 
Getting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control TowerGetting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control Tower
Vladimir Samoylov
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
Howard Spence
 
Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
Access Innovations, Inc.
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Sebastiano Panichella
 
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Orkestra
 
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
OECD Directorate for Financial and Enterprise Affairs
 

Recently uploaded (13)

Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
 
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
0x01 - Newton's Third Law:  Static vs. Dynamic Abusers0x01 - Newton's Third Law:  Static vs. Dynamic Abusers
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
 
Acorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutesAcorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutes
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
 
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXOBitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXO
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
 
Getting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control TowerGetting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control Tower
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
 
Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
 
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
 
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
 

Blockchain Technology Developments in Government 3.0

  • 1. Blockchain Technology 1 Zoi Lachana – PhD Candidate, University of the Aegean Michalis Loutsaris – PhD Candidate, University of the Aegean Samos Summit 2018
  • 2. Blockchain Categories  Public Blockchain  Private Blockchain  Consortium Blockchain Buterin V. (2015) 2
  • 3. 3
  • 4. Table 1 Comparisons among public blockchain, consortium blockchain and private blockchain Property Public blockchain Consortium blockchain Private blockchain Consensus determination All miners Public Nearly impossible tamper Low No Permissionless to Selected set of nodes Could be public or restricted Couldbe tampered High Partial Permissioned One organization Couldbe public restricted Could be tampered High Yes Permissioned orRead permission Immutability Efficiency Centralized Consensus process Blockchain Perspectives  Consensus determination. In public blockchain, each node could take part in the consensus process. And only a selected set of nodes are responsible for validating the block in consortium blockchain. As for private chain, it is fully controlled by one organization who could determine the final consensus.  Read permission. Transactions in a public blockchain are visible to the public while the read permission depends on a private blockchain or a consortium blockchain. The consortium or the organization could decide whether the stored information is public or restricted.  Immutability. Since transactions are stored in different nodes in the distributed network, so it is nearly impossible to tamper the public blockchain. However, if the majority of the consortium or the dominant organization wants to tamper the blockchain, the consortium blockchain or private blockchain could be reversed or tampered.  Efficiency. It takes plenty of time to propagate transactions and blocks as there are a large number of nodes on public blockchain network. Taking network safety into consideration, restrictions on public blockchain would be much more strict. As a result, transaction throughput is limited and the latency is high. With fewer validators, consortium blockchain and private blockchain could be more efficient.  Centralized. The main difference among the three types of blockchains is that public blockchain is decentralized, consortium blockchain is partially centralized and private blockchain is fully centralized as it is controlled by a single group.  Consensus process. Everyone in the world could join the consensus process of the public blockchain. Different from public blockchain, both consortium blockchain and private blockchain are permissioned. One node needs to be certificated to join the consensus process in consortium or private blockchain. 4
  • 5. Blockchain Technology Key Characteristics  Decentralization. In conventional centralized transaction systems, each transaction needs to be validated through the central trusted agency (e.g., the central bank) inevitably resulting the cost and the performance bottlenecks at the central servers. Differently, a transaction in the blockchain network can be conducted between any two peers (P2P) without the authentication by the central agency.  Persistency. Since each of the transactions spreading across the network needs to be confirmed and recorded in blocks distributed in the whole network, it is nearly impossible to tamper.  Anonymity. Each user can interact with the blockchain network with a generated address. Further, a user could generate many addresses to avoid identity exposure. There is no longer any central party keeping users’ private information.  Auditability. Since each of the transactions on the blockchain is validated and recorded with a timestamp, users can easily verify and trace the previous records through accessing any node in the distributed network. 5
  • 7. Blockchain technology explained in simple words Imagine you and I bet 50€ on tomorrow’s weather in Samos. Three options:  We can trust each other.  We can turn the bet into a contract.  We can involve a neutral third party. Blockchain allows us to write a few lines of code, a program running on the blockchain, to which both of us send 50€ . This program will keep the 100€ safe and check tomorrow’s weather automatically on several data sources. Sunny or rainy it will transfer automatically the whole amount to the winner. Each party can check the contract logic, and once it’s running on the blockchain it can’t be changed or stopped. This effort can be quite too high for a 50€ bet, but imagine when selling a house or a company. 7
  • 8. 8 Steps to build a Blockchain Solution  Step 1: Identify a Suitable Use-case  Data Authentication & Verification: this includes immutable storage, digital signatures and encryption. Data in almost any format can be stored in the blockchain. Blockchains can create public-private key pairs and also be used for generating and verifying digital signatures.  Smart Asset Management: this includes issuance, payment, exchange, escrow and retirement. A smart / crypto asset is the tokenized version of a real-world asset e.g. gold, silver, oil, land.  Smart Contracts: This is a term most often mis-understood, but that’s something for another day. 8
  • 9. 8 Steps to build a Blockchain Solution  Step 2: Identify the Most Suitable Consensus Mechanism  Proof of stake,  Byzantine fault tolerant,  Deposit based consensus,  Federated Byzantine Agreement,  Proof of Elapsed Time,  Derived PBFT,  Redundant Byzantine Fault Tolerance,  Simplified Byzantine Fault Tolerance,  Federated consensus,  Round Robin,  Delegated Proof of Stake 9
  • 10. 8 Steps to build a Blockchain Solution  Step 3: Identify the Most Suitable Platform  Depending upon the consensus mechanism you chose in step 2, you need to select the most suitable blockchain platform.  Step 4: Designing the Nodes  Blockchain solutions can be permissioned (e.g. a Government run land registry) or permission-less (e.g. Bitcoin, where anyone can become a miner). Blockchain solutions can be private (e.g. a contract management system implemented in a pharmaceutical company), public (e.g. an asset backed cryptocurrency) or hybrid (e.g. a group of banks running a shared KYC platform). 10
  • 11. 8 Steps to build a Blockchain Solution  Step 5: Design the Blockchain Instance  Most blockchain platforms need very careful planned configuration for the following elements:  Permissions  Asset issuance  Asset re-issuance  Atomic exchanges  Key management  Multi signatures  Parameters  Native assets  Address formats  Key formats  Block signatures  Hand-shaking 11
  • 12. 8 Steps to build a Blockchain Solution  Step 6: Building the APIs  Some blockchain platforms come with pre-made APIs while some don’t. The major categories of APIs that you would need are for:  Generating key pairs and addresses  Performing audit related functions  Data authentication through digital signatures and hashes  Data storage and retrieval  Smart-asset lifecycle management –issuance, payment, exchange, escrw and retirement  Smart contracts 12
  • 13. 8 Steps to build a Blockchain Solution  Step 7: Design the Admin and User Interface  At this stage you would need to choose the front end and programming languages (e.g. HTML5, CSS, PHP, C#, Java, Javascript, Python, Ruby, Golang, Solidity, Angular JS Nodejs). You would also need to choose external databases (e.g. MySQL, MongoDB) as well as servers (including Web servers, FTP servers, mail servers).  Step 8: Adding Future Tech  You can greatly enhance the power of your Blockchain solution by integrating Artificial Intelligence, Biometrics, Bots, Cloud, Cognitive services, Containers, Data Analytics, Internet of Things and Machine Learning. 13
  • 14. Benefits  You have complete control of the value you own, there is no third party that holds your value or that can limit your access to it.  The cost to perform a value transaction from and to anywhere in the planet is very low (in the order of a dollar cent fraction). This allows micropayments.  Value can be transferred in few minutes and the transaction can be considered secure in a few hours, not days or weeks.  Since anyone at any time can verify every transaction made on the blockchain, full transparency is granted.  It’s possible to leverage the blockchain technology to build decentralized applications that would be able to manage information and value transfer fast and securely. 14
  • 15. Challenges  Transactions can be sent and received anonymously. On one side this preserves the users privacy but on the other allows non legal activity on the network as institutions cannot track users identity.  Even if many exchange platforms are emerging, it’s still not that easy to trade bitcoins for goods and services. However, they are becoming more and more popular.  Bitcoin, like many other cryptocurrencies, is very volatile: there aren’t that many Bitcoins available in the market and the demand is changing rapidly. Bitcoin price is very effected by large events or announcements in the cryptocurrencies industry.  The technology is still in its infancy. New tools are developed every day to improve the blockchain security stability while offering a broader range of features, tools and services. 15
  • 16. Why blockchain technology could change public administration  fast  cheap  secure public records  more transparent  decentralized So, can be used for many non-financial tasks, such as casting votes in elections or proving that a document existed at a specific time 16
  • 17. How blockchain technology could change public administration  They could help finally resolve the problem of music and video piracy, while enabling digital media to be legitimately bought, sold, inherited and given away second-hand like books, vinyl and video tapes.  They also present opportunities in all kinds of public services such as health and welfare payments and, at the frontier of blockchain development, are self-executing contracts paving the way for companies that run themselves without human intervention. 17
  • 18. Open Source Blockchain Platforms 18 OpenChain https://www.openchain.org/ •Openchain is an open source distributed ledger technology. It is suited for organizations wishing to issue and manage digital assets in a robust, secure and scalable way. Monax https://www.monax.io •The monax platform is an open platform for developers and devops to build, ship, and run blockchain- based applications for business ecosystems. •Monax sells legally compliant smart contract-based SDKs to accelerate your time to market with sophisticated ecosystem applications. HydraChain https://github.com/HydraChain •HydraChain is an extension of the Ethereum platform which adds support for creating Permissioned Distributed Ledgers. Its primary domain of application are private chain or consortium chain setups.
  • 19. Open Source Blockchain Platforms 19 MultiChain http://www.multichain.com •MultiChain is an open source platform for private blockchains, which offers a rich set of features including extensive configurability, rapid deployment, permissions management, native assets and data streams. Although it is designed to enable private blockchains, MultiChain provides maximal compatibility with the bitcoin ecosystem, including the peer-to-peer protocol, transaction/block formats and Bitcoin Core APIs/runtime parameters. HyperLedger https://www.hyperledger.org •Hyperledger is an umbrella project of open source blockchains and related tools, started in December 2015 by the Linux Foundation, to support the collaborative development of blockchain-based distributed ledgers Quorum https://www.jpmorgan.com/global/Quorum •Quorum is an Ethereum-based distributed ledger protocol that has been developed to provide the Financial Services Industry with a permissioned implementation of Ethereum that supports transaction and contract privacy. •Quorum includes a minimalistic fork of the Go Ethereum client (a.k.a geth), and as such, leverages the work that the Ethereum developer community has undertaken.
  • 20. Blockchain as a Service (Providers) Microsoft •Microsoft became one of the first software vendors to offer BaaS when it launched Azure Blockchain Service in 2015. R3 •There is no greater testimony to the impact blockchain has than the sheer number of companies behind R3, a consortium behind a distributed financial ledger called Corda that operates like a blockchain while denying it is one. BitSE •BitSE runs VeChain, a Chinese cloud product management platform built on a blockchain in collaboration with PricewaterhouseCoopers (PwC) to boost blockchain adoption in the Asia-Pacific markets. SAP Cloud Platform Blockchain •SAP’s blockchain as a service is called "Leonardo," which in turn is based on Hyperledger, and resides in the SAP Cloud service, so it can be accessed from any device and requires no on-premises hardware or software. SAP Leonardo functions as a blockchain cloud service, machine learning service and supports the Internet of Things (IoT) in a single ecosystem. Peer Ledger •Peer Ledger offers identity management blockchain to externally certify real-world identities, giving blockchain real-to-digital identity mapping, something the company says the technology has lacked. Peer Ledger uses the public key infrastructure (PKI) system to certify identities outside the blockchain before connecting them to blockchain accounts. The company is targeting trust-sensitive industries such as healthcare for their solution. 20
  • 21. More examples?  e-ID (https://medium.com/uport/zug-id-exploring-the-first-publicly-verified- blockchain-identity-38bd0ee3702)  e-Voting (https://www.nvotes.com)  Health Records (https://e-estonia.com/solutions/healthcare/e-health-record/)  Land Registry (https://exonum.com/napr)  Document Validation Check (https://www.dubailand.gov.ae/English/Pages/Blockchain.aspx)  Taxes  Academic Certificates (https://www.coindesk.com/maltas-government-putting- academic-certificates-blockchain/)  More….. 21