SlideShare a Scribd company logo
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Agenda
Why Blockchain? Solidity Programming
Blockchain Use CasesBlockchain Concepts
Hyperledger Fabric
Blockchain
In The Industry
Blockchain 101
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Why Blockchain?
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain is the technology behind Bitcoin
Why Blockchain?
Blockchain 101
is the technology behind Bitcoin
1
High Transaction Fees
2
Double Spending
Bitcoin came into existence to fix the issues we had with centralized banking systems
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain is the technology behind Bitcoin
Why Blockchain?
Blockchain 101
Financial CrisisLong Time Involved
3 4
Bitcoin came into existence to fix the issues we had with centralized banking systems
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Why Blockchain?
Blockchain 101
Bitcoin solved the issues we had with centralized banks.
Centralized
Power
Prone to
Hacks
Double
Spending
Private
Ledgers
Issues with centralized banks
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Why Blockchain?
Blockchain 101
Bitcoin solved the issues we had with centralized banks.
Issues with centralized banks
Decentralized
Power
Public
Ledger
Immutable
to Hacks
No Double
Spending
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Why Blockchain?
Blockchain 101
And the best part of using such a cryptocurrency is
that the transaction fee is zero or very
minimal in comparison with third parties such
as banks and digital transfer systems.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain 101
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain 101
Blockchain 101
Distributed Public Ledger
Hash Encryption for
Anonymity
Proof of Work for
Maintenance
Incentives for Validation
Bitcoin FeaturesBlockchain is the technology behind Bitcoin
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Distributed Ledger
Blockchain 101
Ledger
Account Number
1Pos4r9Eesbv8754b…
Balance
19K4ejhJW94U0212… 37
1ZOL9470uier2UMb… 42.67
178errbZ81FePNr30… 1342
1Mr3UNPH8H4U24v… 12.005
563
1JoH83jfos03n2490i… 974.65
… …
Every single person on the network has a copy of the ledger
There is no single centralized original copy
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
SHA256 Hash Function
Hello World
Hello World!
hello world!
a591a6d40bf420404a011733cfb7b190d62c65bf0bcda32b57b277d9ad9f146e
7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069
7509e5bda0c762d2bac7f90d758b5b2263fa01ccbc542ab5e3df163be08e6ca9
Blockchain 101
Unlike encryption algorithms, Hash functions cannot be decrypted
Bitcoin uses SHA256(SHA256(Block_Header))
It is highly secure as minute changes to input gives completely different output
Brute force attacks fail as there can be completely different input values giving same output
Hash Function
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Proof of Work
Blockchain 101
 Bitcoin has miners who validate have
to solve a complex mathematical
puzzle to add a block to the
blockchain
 Proof of work involves solving
computationally expensive puzzle
which is tough to solve but easy to
verify
Hash (n-1)
Block Data
Nonce
Hash (n)
Block Data
Nonce
Hash (n+1)
Block Data
Nonce
Block n Block n+1 Block n+2
 Miners search for a specific nonce which gives the
desired hash which is predetermined
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Incentives for Validation
Blockchain 101
 Every miner who successfully validates a block is paid
an incentive
 The current incentive is 12.5 BTC
($25,170 / ₹16,20,088)
 Bitcoin incentives is the only way to generate
new currency into the system
 By 2140, all 21 million bitcoins will be mined
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Hyperledger Fabric
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Hyperledger Fabric
Blockchain 101
Hyperledger Fabric is by far the most
advanced permissioned-blockchain
technology available today
- Grey Wolfond, SecureKey Tech
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Hyperledger Fabric
 It varies from the regular blockchain projects as it
enables private members to verify identity and
transactions
Blockchain 101
 It allows channels, i.e., a group of members can form a separate (private)
ledger of transactions
 It encourages a collaborative approach to developing blockchain
technologies via a community process
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Solidity Programming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Solidity Programming
 Solidity is a contract-oriented, high-level language whose syntax
is similar to that of JavaScript and it is designed to target the
Ethereum Virtual Machine (EVM).
Blockchain 101
 Solidity is statically typed, supports inheritance, libraries
and complex user-defined types among other features.
 It is possible to create contracts for voting, crowdfunding, blind
auctions, multi-signature wallets and more.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Case – Stock Market
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Case – Stock Market
Blockchain 101
Stock trading can
be dated back to
1602
East India Company
was the world’s first
publicly trading
company
Throughout these
years, trading still
follows the same
model
Stock Trading History
Depositories and agents are single
points of failure
Registration, transfer, distribution and
other fees
Increasing administrative fees with
time
Multiple Industry Problems
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Stock Market – Centralized Model
Blockchain 101
RegulatorsRegulators
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Stock Market – Problems with Centralization
Blockchain 101
Problems arising in the centralized Stock exchange
Companies like Lehman Brothers
& MF Global self-destructed
Unaccounted anomalies in Lehman Brothers
led to deteriorating creditworthiness
Extensive use of market debt
Increasing Price-Earnings ratios
Problem Statement
To design a Blockchain solution to solve the issues of centralized stock exchange systems
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Stock Market – Blockchain Model
Blockchain 101
RegulatorsRegulators
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Stock Market – Blockchain Model
Blockchain 101
RegulatorsRegulators
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Stock Market – Blockchain Model
Blockchain 101
RegulatorsRegulators
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Stock Market – Blockchain Model
Blockchain 101
RegulatorsRegulators
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Stock Market – Blockchain Model
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Cases
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Cases
Banking Payment & Transfers Healthcare Law Enforcement
Voting Transportation Online Music Real Estate
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Cases
Blockchain can cut up to $20 billion in middle-man costs per year
Hacking into banking ledgers becomes close to impossible
Solves the double spending problem
Reduces bank crises by a large extentBanking
Blockchain 101
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Cases
Blockchain transfers are the highest in terms of security
Currently Bitcoin runs on no fixed transaction fees
Anonymity is maintainedPayment & Transfers
No bank account is required
Blockchain 101
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Use Cases
Elections require authentication of voters’ identity, secure record
keeping and trusted tallies
Blockchain is the medium for casting, tracking and counting votes
without voter-fraud, lost records or fowl-play.
Increases voter turnoutVoting
Blockchain 101
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Applications
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Applications
Blockchain 101
Followmyvote is the world’s first
open-source online voting
solution based on blockchain. It
helps in voter identification and
online voting.
ShoCard stores your identity onto
Blockchain for easy verification.
Can be used for Governmental
schemes and bank verification.
A true decentralized ridesharing
service often called ‘Uber killer’.
Works on real time car pooling
technique based on Blockchain.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Applications
Blockchain 101
Everledger provides an
immutable blockchain ledger for
diamond identification and
transaction verification.
Brooklyn Microgrid allows local
residents to buy and sell the
energy on blockchain they
produce from rooftop solar
power installations.
Bitshares provides a high-
performance decentralized
trading platform on blockchain.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchain Training  | Edureka

More Related Content

What's hot

Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
Malak Abu Hammad
 
Blockchain
BlockchainBlockchain
Blockchain
Mohit Singh
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
Niuversity
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
Romit Bose
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
Rashi Singh
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
Jithin Babu
 
Intro to Web3
Intro to Web3Intro to Web3
Intro to Web3
asasdasd5
 
Blockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBlockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for Libraries
Bohyun Kim
 
Blockchain
BlockchainBlockchain
Blockchain
Sai Nath
 
What is a blockchain?
What is a blockchain?What is a blockchain?
What is a blockchain?
Kevin Koo
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
Jordan Harris
 
Decentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DAppDecentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DApp
Erik Trautman
 
Blockchain PowerPoint Presentation Slides
Blockchain PowerPoint Presentation SlidesBlockchain PowerPoint Presentation Slides
Blockchain PowerPoint Presentation Slides
SlideTeam
 
What is a blockchain wallet
What is a blockchain wallet What is a blockchain wallet
What is a blockchain wallet
Blockchain Council
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
Nuri Cankaya
 
Blockchain 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
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
AlpnaSingh5
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
hellygeorge
 
Blockchain
BlockchainBlockchain
Blockchain
Amit Kumar
 
Ppt on blockchain technology
Ppt on blockchain technologyPpt on blockchain technology
Ppt on blockchain technology
RATAN AGARWALA
 

What's hot (20)

Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 
Intro to Web3
Intro to Web3Intro to Web3
Intro to Web3
 
Blockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for LibrariesBlockchain: The New Technology and Its Applications for Libraries
Blockchain: The New Technology and Its Applications for Libraries
 
Blockchain
BlockchainBlockchain
Blockchain
 
What is a blockchain?
What is a blockchain?What is a blockchain?
What is a blockchain?
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Decentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DAppDecentralized applications 101: How and why to build a DApp
Decentralized applications 101: How and why to build a DApp
 
Blockchain PowerPoint Presentation Slides
Blockchain PowerPoint Presentation SlidesBlockchain PowerPoint Presentation Slides
Blockchain PowerPoint Presentation Slides
 
What is a blockchain wallet
What is a blockchain wallet What is a blockchain wallet
What is a blockchain wallet
 
Blockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on AzureBlockchain Essentials and Blockchain on Azure
Blockchain Essentials and Blockchain on Azure
 
Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners Blockchain Fundamentals - Top Rated for Beginners
Blockchain Fundamentals - Top Rated for Beginners
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Ppt on blockchain technology
Ppt on blockchain technologyPpt on blockchain technology
Ppt on blockchain technology
 

Viewers also liked

Blockchain101
Blockchain101Blockchain101
Blockchain101
Chang-Wu Chen
 
Blockchain 101 presentation by fstream.io
Blockchain 101 presentation by fstream.ioBlockchain 101 presentation by fstream.io
Blockchain 101 presentation by fstream.io
Baiju Devani
 
2017 Global Blockchain Benchmarking Study
 2017 Global Blockchain Benchmarking Study 2017 Global Blockchain Benchmarking Study
2017 Global Blockchain Benchmarking Study
Garrick Hileman
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primer
Blockstrap.com
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the Future
Melanie Swan
 
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Melanie Swan
 
State of Bitcoin and Blockchain 2016
State of Bitcoin and Blockchain 2016State of Bitcoin and Blockchain 2016
State of Bitcoin and Blockchain 2016
CoinDesk
 

Viewers also liked (7)

Blockchain101
Blockchain101Blockchain101
Blockchain101
 
Blockchain 101 presentation by fstream.io
Blockchain 101 presentation by fstream.ioBlockchain 101 presentation by fstream.io
Blockchain 101 presentation by fstream.io
 
2017 Global Blockchain Benchmarking Study
 2017 Global Blockchain Benchmarking Study 2017 Global Blockchain Benchmarking Study
2017 Global Blockchain Benchmarking Study
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primer
 
Blockchain: The Information Technology of the Future
Blockchain: The Information Technology of the FutureBlockchain: The Information Technology of the Future
Blockchain: The Information Technology of the Future
 
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
Bitcoin and Blockchain Technology Explained: Not just Cryptocurrencies, Econo...
 
State of Bitcoin and Blockchain 2016
State of Bitcoin and Blockchain 2016State of Bitcoin and Blockchain 2016
State of Bitcoin and Blockchain 2016
 

Similar to Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchain Training | Edureka

Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Edureka!
 
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
Edureka!
 
Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | Edureka
Edureka!
 
What Are The Three Pillars Of Blockchain Technology
What Are The Three Pillars Of Blockchain Technology What Are The Three Pillars Of Blockchain Technology
What Are The Three Pillars Of Blockchain Technology
Blockchain Council
 
Silicon Valley Code Camp Blockchain Oct 2017
Silicon Valley Code Camp Blockchain Oct 2017Silicon Valley Code Camp Blockchain Oct 2017
Silicon Valley Code Camp Blockchain Oct 2017
Nelson Petracek
 
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
 
The best smart contract platforms in 2021
The best smart contract platforms in 2021The best smart contract platforms in 2021
The best smart contract platforms in 2021
OliviaJune1
 
How blockchain can potentially replace traditional supply chain processes
How blockchain can potentially replace traditional supply chain processesHow blockchain can potentially replace traditional supply chain processes
How blockchain can potentially replace traditional supply chain processes
Blockchain Council
 
What is the future of blockchain in cybersecurity
What is the future of blockchain in cybersecurity What is the future of blockchain in cybersecurity
What is the future of blockchain in cybersecurity
Blockchain Council
 
Become a blockchain expert and join the blockchain revolution
Become a blockchain expert and join the blockchain revolutionBecome a blockchain expert and join the blockchain revolution
Become a blockchain expert and join the blockchain revolution
Blockchain Council
 
How do blockchain and wordpress work together
How do blockchain and wordpress work together How do blockchain and wordpress work together
How do blockchain and wordpress work together
Blockchain Council
 
How companies are leveraging blockchain in supply chains
How companies are leveraging blockchain in supply chainsHow companies are leveraging blockchain in supply chains
How companies are leveraging blockchain in supply chains
Blockchain Council
 
How to use hyperledger fabric for the enterprise
How to use hyperledger fabric for the enterprise How to use hyperledger fabric for the enterprise
How to use hyperledger fabric for the enterprise
Blockchain Council
 
Blockchain Technology Trends 2020
Blockchain Technology Trends 2020Blockchain Technology Trends 2020
Blockchain Technology Trends 2020
Blockchain Council
 
What Are The Main Features Of Blockchain Technology?
What Are The Main Features Of Blockchain Technology?What Are The Main Features Of Blockchain Technology?
What Are The Main Features Of Blockchain Technology?
Blockchain Council
 
Incredible role of blockchain in finance sector
Incredible role of blockchain in finance sectorIncredible role of blockchain in finance sector
Incredible role of blockchain in finance sector
Blockchain Council
 
Top 5 Blockchain Platforms To Watch For In 2021
Top 5 Blockchain Platforms To Watch For In 2021Top 5 Blockchain Platforms To Watch For In 2021
Top 5 Blockchain Platforms To Watch For In 2021
Blockchain Council
 
When and why to use blockchain technology
When and why to use blockchain technology When and why to use blockchain technology
When and why to use blockchain technology
Blockchain Council
 
Enterprise Ethereum : How It Differs From DLT?
Enterprise Ethereum : How It Differs From DLT?Enterprise Ethereum : How It Differs From DLT?
Enterprise Ethereum : How It Differs From DLT?
Blockchain Council
 
Code on the chain! An introduction in writing smart contracts and tooling for...
Code on the chain! An introduction in writing smart contracts and tooling for...Code on the chain! An introduction in writing smart contracts and tooling for...
Code on the chain! An introduction in writing smart contracts and tooling for...
Codemotion
 

Similar to Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchain Training | Edureka (20)

Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
Blockchain Training | Blockchain Tutorial for Beginners | Blockchain Technolo...
 
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
BlockChain Tutorial | Getting Started With BlockChain | BlockChain Certificat...
 
Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | Edureka
 
What Are The Three Pillars Of Blockchain Technology
What Are The Three Pillars Of Blockchain Technology What Are The Three Pillars Of Blockchain Technology
What Are The Three Pillars Of Blockchain Technology
 
Silicon Valley Code Camp Blockchain Oct 2017
Silicon Valley Code Camp Blockchain Oct 2017Silicon Valley Code Camp Blockchain Oct 2017
Silicon Valley Code Camp Blockchain Oct 2017
 
Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018Lapine blockchain introduction 10/04/2018
Lapine blockchain introduction 10/04/2018
 
The best smart contract platforms in 2021
The best smart contract platforms in 2021The best smart contract platforms in 2021
The best smart contract platforms in 2021
 
How blockchain can potentially replace traditional supply chain processes
How blockchain can potentially replace traditional supply chain processesHow blockchain can potentially replace traditional supply chain processes
How blockchain can potentially replace traditional supply chain processes
 
What is the future of blockchain in cybersecurity
What is the future of blockchain in cybersecurity What is the future of blockchain in cybersecurity
What is the future of blockchain in cybersecurity
 
Become a blockchain expert and join the blockchain revolution
Become a blockchain expert and join the blockchain revolutionBecome a blockchain expert and join the blockchain revolution
Become a blockchain expert and join the blockchain revolution
 
How do blockchain and wordpress work together
How do blockchain and wordpress work together How do blockchain and wordpress work together
How do blockchain and wordpress work together
 
How companies are leveraging blockchain in supply chains
How companies are leveraging blockchain in supply chainsHow companies are leveraging blockchain in supply chains
How companies are leveraging blockchain in supply chains
 
How to use hyperledger fabric for the enterprise
How to use hyperledger fabric for the enterprise How to use hyperledger fabric for the enterprise
How to use hyperledger fabric for the enterprise
 
Blockchain Technology Trends 2020
Blockchain Technology Trends 2020Blockchain Technology Trends 2020
Blockchain Technology Trends 2020
 
What Are The Main Features Of Blockchain Technology?
What Are The Main Features Of Blockchain Technology?What Are The Main Features Of Blockchain Technology?
What Are The Main Features Of Blockchain Technology?
 
Incredible role of blockchain in finance sector
Incredible role of blockchain in finance sectorIncredible role of blockchain in finance sector
Incredible role of blockchain in finance sector
 
Top 5 Blockchain Platforms To Watch For In 2021
Top 5 Blockchain Platforms To Watch For In 2021Top 5 Blockchain Platforms To Watch For In 2021
Top 5 Blockchain Platforms To Watch For In 2021
 
When and why to use blockchain technology
When and why to use blockchain technology When and why to use blockchain technology
When and why to use blockchain technology
 
Enterprise Ethereum : How It Differs From DLT?
Enterprise Ethereum : How It Differs From DLT?Enterprise Ethereum : How It Differs From DLT?
Enterprise Ethereum : How It Differs From DLT?
 
Code on the chain! An introduction in writing smart contracts and tooling for...
Code on the chain! An introduction in writing smart contracts and tooling for...Code on the chain! An introduction in writing smart contracts and tooling for...
Code on the chain! An introduction in writing smart contracts and tooling for...
 

More from Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
Edureka!
 

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Recently uploaded

FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 

Recently uploaded (20)

FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 

Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchain Training | Edureka

  • 1.
  • 2. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Agenda Why Blockchain? Solidity Programming Blockchain Use CasesBlockchain Concepts Hyperledger Fabric Blockchain In The Industry Blockchain 101
  • 3. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Why Blockchain?
  • 4. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain is the technology behind Bitcoin Why Blockchain? Blockchain 101 is the technology behind Bitcoin 1 High Transaction Fees 2 Double Spending Bitcoin came into existence to fix the issues we had with centralized banking systems
  • 5. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain is the technology behind Bitcoin Why Blockchain? Blockchain 101 Financial CrisisLong Time Involved 3 4 Bitcoin came into existence to fix the issues we had with centralized banking systems
  • 6. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Why Blockchain? Blockchain 101 Bitcoin solved the issues we had with centralized banks. Centralized Power Prone to Hacks Double Spending Private Ledgers Issues with centralized banks
  • 7. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Why Blockchain? Blockchain 101 Bitcoin solved the issues we had with centralized banks. Issues with centralized banks Decentralized Power Public Ledger Immutable to Hacks No Double Spending
  • 8. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Why Blockchain? Blockchain 101 And the best part of using such a cryptocurrency is that the transaction fee is zero or very minimal in comparison with third parties such as banks and digital transfer systems.
  • 9. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain 101
  • 10. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain 101 Blockchain 101 Distributed Public Ledger Hash Encryption for Anonymity Proof of Work for Maintenance Incentives for Validation Bitcoin FeaturesBlockchain is the technology behind Bitcoin
  • 11. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Distributed Ledger Blockchain 101 Ledger Account Number 1Pos4r9Eesbv8754b… Balance 19K4ejhJW94U0212… 37 1ZOL9470uier2UMb… 42.67 178errbZ81FePNr30… 1342 1Mr3UNPH8H4U24v… 12.005 563 1JoH83jfos03n2490i… 974.65 … … Every single person on the network has a copy of the ledger There is no single centralized original copy
  • 12. Copyright © 2017, edureka and/or its affiliates. All rights reserved. SHA256 Hash Function Hello World Hello World! hello world! a591a6d40bf420404a011733cfb7b190d62c65bf0bcda32b57b277d9ad9f146e 7f83b1657ff1fc53b92dc18148a1d65dfc2d4b1fa3d677284addd200126d9069 7509e5bda0c762d2bac7f90d758b5b2263fa01ccbc542ab5e3df163be08e6ca9 Blockchain 101 Unlike encryption algorithms, Hash functions cannot be decrypted Bitcoin uses SHA256(SHA256(Block_Header)) It is highly secure as minute changes to input gives completely different output Brute force attacks fail as there can be completely different input values giving same output Hash Function
  • 13. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Proof of Work Blockchain 101  Bitcoin has miners who validate have to solve a complex mathematical puzzle to add a block to the blockchain  Proof of work involves solving computationally expensive puzzle which is tough to solve but easy to verify Hash (n-1) Block Data Nonce Hash (n) Block Data Nonce Hash (n+1) Block Data Nonce Block n Block n+1 Block n+2  Miners search for a specific nonce which gives the desired hash which is predetermined
  • 14. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Incentives for Validation Blockchain 101  Every miner who successfully validates a block is paid an incentive  The current incentive is 12.5 BTC ($25,170 / ₹16,20,088)  Bitcoin incentives is the only way to generate new currency into the system  By 2140, all 21 million bitcoins will be mined
  • 15. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Hyperledger Fabric
  • 16. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Hyperledger Fabric Blockchain 101 Hyperledger Fabric is by far the most advanced permissioned-blockchain technology available today - Grey Wolfond, SecureKey Tech
  • 17. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Hyperledger Fabric  It varies from the regular blockchain projects as it enables private members to verify identity and transactions Blockchain 101  It allows channels, i.e., a group of members can form a separate (private) ledger of transactions  It encourages a collaborative approach to developing blockchain technologies via a community process
  • 18. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Solidity Programming
  • 19. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Solidity Programming  Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM). Blockchain 101  Solidity is statically typed, supports inheritance, libraries and complex user-defined types among other features.  It is possible to create contracts for voting, crowdfunding, blind auctions, multi-signature wallets and more.
  • 20. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Case – Stock Market
  • 21. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Case – Stock Market Blockchain 101 Stock trading can be dated back to 1602 East India Company was the world’s first publicly trading company Throughout these years, trading still follows the same model Stock Trading History Depositories and agents are single points of failure Registration, transfer, distribution and other fees Increasing administrative fees with time Multiple Industry Problems
  • 22. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Stock Market – Centralized Model Blockchain 101 RegulatorsRegulators
  • 23. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Stock Market – Problems with Centralization Blockchain 101 Problems arising in the centralized Stock exchange Companies like Lehman Brothers & MF Global self-destructed Unaccounted anomalies in Lehman Brothers led to deteriorating creditworthiness Extensive use of market debt Increasing Price-Earnings ratios Problem Statement To design a Blockchain solution to solve the issues of centralized stock exchange systems
  • 24. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Stock Market – Blockchain Model Blockchain 101 RegulatorsRegulators
  • 25. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Stock Market – Blockchain Model Blockchain 101 RegulatorsRegulators
  • 26. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Stock Market – Blockchain Model Blockchain 101 RegulatorsRegulators
  • 27. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Stock Market – Blockchain Model Blockchain 101 RegulatorsRegulators
  • 28. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Stock Market – Blockchain Model
  • 29. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Cases
  • 30. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Cases Banking Payment & Transfers Healthcare Law Enforcement Voting Transportation Online Music Real Estate
  • 31. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Cases Blockchain can cut up to $20 billion in middle-man costs per year Hacking into banking ledgers becomes close to impossible Solves the double spending problem Reduces bank crises by a large extentBanking Blockchain 101
  • 32. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Cases Blockchain transfers are the highest in terms of security Currently Bitcoin runs on no fixed transaction fees Anonymity is maintainedPayment & Transfers No bank account is required Blockchain 101
  • 33. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Use Cases Elections require authentication of voters’ identity, secure record keeping and trusted tallies Blockchain is the medium for casting, tracking and counting votes without voter-fraud, lost records or fowl-play. Increases voter turnoutVoting Blockchain 101
  • 34. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Applications
  • 35. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Applications Blockchain 101 Followmyvote is the world’s first open-source online voting solution based on blockchain. It helps in voter identification and online voting. ShoCard stores your identity onto Blockchain for easy verification. Can be used for Governmental schemes and bank verification. A true decentralized ridesharing service often called ‘Uber killer’. Works on real time car pooling technique based on Blockchain.
  • 36. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Applications Blockchain 101 Everledger provides an immutable blockchain ledger for diamond identification and transaction verification. Brooklyn Microgrid allows local residents to buy and sell the energy on blockchain they produce from rooftop solar power installations. Bitshares provides a high- performance decentralized trading platform on blockchain.
  • 37. Copyright © 2017, edureka and/or its affiliates. All rights reserved.
  • 38. Copyright © 2017, edureka and/or its affiliates. All rights reserved.