SlideShare una empresa de Scribd logo
1 de 22
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

Más contenido relacionado

La actualidad más candente

MobiliteaTime #7 : Blockchain
MobiliteaTime #7 : BlockchainMobiliteaTime #7 : Blockchain
MobiliteaTime #7 : BlockchainUSERADGENTS
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basicsRomit Bose
 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainJitendra Chittoda
 
What is DeFi ? | Decentralized Finance
What is DeFi ? | Decentralized Finance What is DeFi ? | Decentralized Finance
What is DeFi ? | Decentralized Finance zaarahary
 
AirTree Ventures Crypto 101
AirTree Ventures Crypto 101AirTree Ventures Crypto 101
AirTree Ventures Crypto 101AirTree
 
Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners 101 Blockchains
 
Ethereum Blockchain explained
Ethereum Blockchain explainedEthereum Blockchain explained
Ethereum Blockchain explainedEthWorks
 
Blockchain and Decentralization
Blockchain and DecentralizationBlockchain and Decentralization
Blockchain and DecentralizationPriyab Satoshi
 
Blockchain Smart Contract v5
Blockchain   Smart Contract v5Blockchain   Smart Contract v5
Blockchain Smart Contract v5MD SAQUIB KHAN
 
Block chain technology
Block chain technology Block chain technology
Block chain technology RajeshJade
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology Niuversity
 
Crypto currency
Crypto currencyCrypto currency
Crypto currencyAmit RJ
 

La actualidad más candente (20)

Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
 
DeFi 101
DeFi 101DeFi 101
DeFi 101
 
Ethereum-Cryptocurrency (All about Ethereum)
Ethereum-Cryptocurrency (All about Ethereum) Ethereum-Cryptocurrency (All about Ethereum)
Ethereum-Cryptocurrency (All about Ethereum)
 
MobiliteaTime #7 : Blockchain
MobiliteaTime #7 : BlockchainMobiliteaTime #7 : Blockchain
MobiliteaTime #7 : Blockchain
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 
Bitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & BlockchainBitcoin, Ethereum, Smart Contract & Blockchain
Bitcoin, Ethereum, Smart Contract & Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
What is DeFi ? | Decentralized Finance
What is DeFi ? | Decentralized Finance What is DeFi ? | Decentralized Finance
What is DeFi ? | Decentralized Finance
 
AirTree Ventures Crypto 101
AirTree Ventures Crypto 101AirTree Ventures Crypto 101
AirTree Ventures Crypto 101
 
Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners
 
Ethereum Blockchain explained
Ethereum Blockchain explainedEthereum Blockchain explained
Ethereum Blockchain explained
 
Blockchain and Decentralization
Blockchain and DecentralizationBlockchain and Decentralization
Blockchain and Decentralization
 
Blockchain Smart Contract v5
Blockchain   Smart Contract v5Blockchain   Smart Contract v5
Blockchain Smart Contract v5
 
Block chain technology
Block chain technologyBlock chain technology
Block chain technology
 
Block chain technology
Block chain technology Block chain technology
Block chain technology
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Smart contracts
Smart contractsSmart contracts
Smart contracts
 
Blockchain 2.0
Blockchain 2.0Blockchain 2.0
Blockchain 2.0
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
 
Crypto currency
Crypto currencyCrypto currency
Crypto currency
 

Similar a 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 BlockchainYugn27
 
Blockchain technology.docx
Blockchain technology.docxBlockchain technology.docx
Blockchain technology.docxaymenabbaci
 
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 & AssuranceEryk Budi Pratama
 
jayesh_Blockchain.pptx
jayesh_Blockchain.pptxjayesh_Blockchain.pptx
jayesh_Blockchain.pptxJackTheMan1
 
3daysblcourseockchainbigdata
3daysblcourseockchainbigdata3daysblcourseockchainbigdata
3daysblcourseockchainbigdataAnne 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 ForensicsMahdi_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 GuidePixel Crayons
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxSahilBansal648873
 
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, 2019Samantha Reynolds
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxSahilBansal648873
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyNimmy Solomon
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Chuck 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 : 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 a 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
 

Más de samossummit

The Manylaws Project: Overall Presentation
The Manylaws Project: Overall PresentationThe Manylaws Project: Overall Presentation
The Manylaws Project: Overall Presentationsamossummit
 
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 Evaluationsamossummit
 
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 Programmesamossummit
 
The Interoperability Academy Workshop
The Interoperability Academy WorkshopThe Interoperability Academy Workshop
The Interoperability Academy Workshopsamossummit
 
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 Governancesamossummit
 
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 Curriculumsamossummit
 
Governance of trustworthy AI
Governance of trustworthy AIGovernance of trustworthy AI
Governance of trustworthy AIsamossummit
 
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 sciencesamossummit
 
Innovative Public Service Catalogues
Innovative Public Service CataloguesInnovative Public Service Catalogues
Innovative Public Service Cataloguessamossummit
 
DGSB Domain Structure samos2020summit
DGSB Domain Structure samos2020summitDGSB Domain Structure samos2020summit
DGSB Domain Structure samos2020summitsamossummit
 
Blockchain supporting Smart City
Blockchain supporting Smart CityBlockchain supporting Smart City
Blockchain supporting Smart Citysamossummit
 
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 issuessamossummit
 
Opengov2020 Summer School - Intro
Opengov2020 Summer School - IntroOpengov2020 Summer School - Intro
Opengov2020 Summer School - Introsamossummit
 
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 hostsamossummit
 
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 2020samossummit
 

Más de 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
 

Último

Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )Pooja Nehwal
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝soniya singh
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrsaastr
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Delhi Call girls
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 

Último (20)

Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
WhatsApp 📞 9892124323 ✅Call Girls In Juhu ( Mumbai )
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
Call Girls in Sarojini Nagar Market Delhi 💯 Call Us 🔝8264348440🔝
 
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Vaishnavi 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Vaishnavi 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStrSaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
SaaStr Workshop Wednesday w: Jason Lemkin, SaaStr
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
Night 7k Call Girls Noida Sector 128 Call Me: 8448380779
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 

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