SlideShare une entreprise Scribd logo
1  sur  43
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Proof Of Work &
Blockchain Program
What is Blockchain &
Bitcoin?
Blockchain
Technologies
Ethereum & Smart
Contracts
Peer To Peer Networks
& Cryptography
Blockchain
Applications & Use
Cases
Agenda
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is Blockchain & Bitcoin?
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
What is Blockchain & Bitcoin?
Blockchain Technology
Blockchain is a continuously growing list of records
called blocks linked and secured using cryptography 04
Blockchain came into existence with the introduction of
Bitcoin's whitepaper in October 2008 03
02Blockchain is the implementation of the digital cryptocurrency
Bitcoin
01Blockchain Technology is the latest buzz in
the industry today
31
’08
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Bitcoin’s Blockchain
Blockchain Technology
Currently, about 1200
transactions are added
to every block
For every block that is
added, the miner gets
12.5 BTC as reward
A new block is added
every 10 minutes
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Peer to Peer Network
Blockchain Technology
All Blockchains run on
Distributed Peer-to-Peer
Networks
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Peer to Peer Network
Blockchain Technology
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.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Hash Encryption
Blockchain Technology
All data stored in
Blockchain is encrypted
using Hash Functions
Hello World
Hello World!
hello world!
A591a6d40bf420404a011733cf…
7f83b1657ff1fc53b92dc18148a…
7509e5bda0c762d2bac7f90d75…
Hash Function
Unlike encryption algorithms, Hash functions cannot be decrypted
Bitcoin uses SHA256(SHA256(Block_Header))
Highly secure as minute input changes give completely different output
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Proof Of Work
Blockchain Technology
Proof Of Work involves
solving a
computationally
expensive puzzle to add
blocks to the Blockchain
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
Bitcoin has miners who
validate have to solve a
complex mathematical
puzzle to add a block to
the blockchain
Miners search for a
specific nonce which
gives the desired hash
which is predetermined
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technologies
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Program
Blockchain Technology
Blockchains can be used to perform multiple programs
An example of a program is to store ID cards of all citizens
for authentication during elections
Different blockchains can have different programs in them
Blockchain Program is
used to create and
implement rules in the
Blockchain
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Program
Blockchain Technology
Blockchain Program is
used to create and
implement rules in the
Blockchain
We can create
conditions as to
when a transfer
has to happen
E.g. Transfer
money to school
on 1st of every
month
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Ethereum
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Ethereum
Blockchain Technology
Ethereum is an
open-source &
public blockchain
based distributed
computing platform
Currency Issuance
Decentralized Autonomous
Organizations (DAO)
Smart Contracts
Smart Property
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Ethereum
Blockchain Technology
Smart Contracts
are the basic
building blocks
of Ethereum
Ethereum also
provides a
cryptocurrency
token called
"ether"
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Smart Contracts
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Smart Contracts
Blockchain Technology
pragma solidity ^0.4.0;
contract Simple {
function taker(uint _a, uint _b){
// Do something with a and b
} }
Used to create rules in
the Blockchain program
Written in Solidity language
for most Blockchains
A sample smart contract
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Applications
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
BitcoinStore
Online marketplace that sells a
variety of electronic gadgets
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
Coingig
Online marketplace that conducts its
transactions solely in Bitcoins where
you can find everything from books
to T-shirts
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
The Swiss Pharmacy
Provides high-quality medicine and
accepts Bitcoins and ships worldwide
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
All Things Luxury
Carries a large selection of jewellery,
including rings, necklaces, bracelets,
earrings and cuff links
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
Virgin Galactic
Richard Branson’s Virgin Galactic
venture began accepting Bitcoins as
payment for their suborbital space
flights
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Where is Blockchain being used?
Blockchain Technology
Cheap Air
CheapAir intends to eventually allow
you to book hotels and flights using
Bitcoin via their app
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
In September 2016,
Barclays carried out
the world’s first
trade transaction
using blockchain
NASDAQ will
soon run
Blockchain
trading
Financial
Services
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services Voting
Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
Estonia, a small
Baltic nation is the
first to implement
Blockchain based E-
Voting System
Followmyvote is
world’s first open-
source online voting
solution based on
blockchain
Voting
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
Solves issues of
huge paperwork
and high agent
fees
Using Ubitquity,
anyone can
manage, track, and
transfer land titles
and property deeds
Real
Estate
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
Music
Streaming
Artists lose up to 86%
of the proceeds from
their music because
of illegal downloading
Mycelia is a
Blockchain based
platform for artists
to sell their work
directly to
customers
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain
Will Disrupt
Supply Chain
Management
Financial
Services
Voting Real
Estate
Music
Streaming
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
5 Industries Blockchain Will Disrupt
Blockchain Technology
Supply
Chain
Management
Middlemen in
supply chains take
time, add costs,
and make
mistakes often
Provenance
facilitates
“transparent and
traceable” trade on
the Blockchain
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Session In A Minute
What is Blockchain & Bitcoin? Blockchain Technologies Networks & Cryptography
Proof Of Work & Programs Ethereum & Smart Contracts Blockchain Applications
Blockchain Technology
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Copyright © 2017, edureka and/or its affiliates. All rights reserved.
Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockchain Training | Edureka

Contenu connexe

Tendances

Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain PresentationZied GUESMI
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainMalak Abu Hammad
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain TechnologyRashi Singh
 
Blockchain PowerPoint Presentation Slides
Blockchain PowerPoint Presentation SlidesBlockchain PowerPoint Presentation Slides
Blockchain PowerPoint Presentation SlidesSlideTeam
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Fermat Jade
 
Ppt on blockchain technology
Ppt on blockchain technologyPpt on blockchain technology
Ppt on blockchain technologyRATAN AGARWALA
 
Overview of blockchain technology and architecture
Overview of blockchain technology and   architectureOverview of blockchain technology and   architecture
Overview of blockchain technology and architectureEY
 
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 LibrariesBohyun Kim
 
Blockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptxSahilBansal648873
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology FundamentalsExperfy
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainJordan Harris
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technologyAayt Bahaa
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basicsRomit Bose
 

Tendances (20)

Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 
Blockchain
BlockchainBlockchain
Blockchain
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain PowerPoint Presentation Slides
Blockchain PowerPoint Presentation SlidesBlockchain PowerPoint Presentation Slides
Blockchain PowerPoint Presentation Slides
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?
 
Blockchain
BlockchainBlockchain
Blockchain
 
BLOCKCHAIN TECHNOLOGY
BLOCKCHAIN TECHNOLOGYBLOCKCHAIN TECHNOLOGY
BLOCKCHAIN TECHNOLOGY
 
Ppt on blockchain technology
Ppt on blockchain technologyPpt on blockchain technology
Ppt on blockchain technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Overview of blockchain technology and architecture
Overview of blockchain technology and   architectureOverview of blockchain technology and   architecture
Overview of blockchain technology and architecture
 
Blockchain ppt
Blockchain pptBlockchain ppt
Blockchain ppt
 
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 Technology ppt project.pptx
Blockchain Technology ppt project.pptxBlockchain Technology ppt project.pptx
Blockchain Technology ppt project.pptx
 
Blockchain Technology Fundamentals
Blockchain Technology FundamentalsBlockchain Technology Fundamentals
Blockchain Technology Fundamentals
 
Blockchain
BlockchainBlockchain
Blockchain
 
Introduction to Blockchain
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 

En vedette

Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training ...
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training  ...Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training  ...
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training ...Edureka!
 
Blockchain in Health Care
Blockchain in Health CareBlockchain in Health Care
Blockchain in Health CarePolsinelli PC
 
The Blockchain, Bitcoin and other Cryptocurrencies
The Blockchain, Bitcoin and other CryptocurrenciesThe Blockchain, Bitcoin and other Cryptocurrencies
The Blockchain, Bitcoin and other CryptocurrenciesApondi Kevin Omondi
 
CBGTBT - Part 6 - Transactions 102
CBGTBT - Part 6 - Transactions 102CBGTBT - Part 6 - Transactions 102
CBGTBT - Part 6 - Transactions 102Blockstrap.com
 
CBGTBT - Part 5 - Blockchains 102
CBGTBT - Part 5 - Blockchains 102CBGTBT - Part 5 - Blockchains 102
CBGTBT - Part 5 - Blockchains 102Blockstrap.com
 
'State of Blockchain' - Consensus 2017
'State of Blockchain' - Consensus 2017'State of Blockchain' - Consensus 2017
'State of Blockchain' - Consensus 2017CoinDesk
 
Blockchain @ Capitant FinTech Day Antwerp
Blockchain @ Capitant FinTech Day AntwerpBlockchain @ Capitant FinTech Day Antwerp
Blockchain @ Capitant FinTech Day AntwerpKoen Vingerhoets
 
CBGTBT - Part 2 - Blockchains 101
CBGTBT - Part 2 - Blockchains 101CBGTBT - Part 2 - Blockchains 101
CBGTBT - Part 2 - Blockchains 101Blockstrap.com
 
CBGTBT - Part 3 - Transactions 101
CBGTBT - Part 3 - Transactions 101CBGTBT - Part 3 - Transactions 101
CBGTBT - Part 3 - Transactions 101Blockstrap.com
 
CBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningCBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningBlockstrap.com
 
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...Ogilvy Consulting
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerBlockstrap.com
 
Blockchain Consensus Protocols
Blockchain Consensus ProtocolsBlockchain Consensus Protocols
Blockchain Consensus ProtocolsMelanie Swan
 
An Introduction to Blockchain
An Introduction to BlockchainAn Introduction to Blockchain
An Introduction to BlockchainThomvest Ventures
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...Edureka!
 

En vedette (15)

Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training ...
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training  ...Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training  ...
Blockchain Wallet | Blockchain Tutorial for Beginners | Blockchain Training ...
 
Blockchain in Health Care
Blockchain in Health CareBlockchain in Health Care
Blockchain in Health Care
 
The Blockchain, Bitcoin and other Cryptocurrencies
The Blockchain, Bitcoin and other CryptocurrenciesThe Blockchain, Bitcoin and other Cryptocurrencies
The Blockchain, Bitcoin and other Cryptocurrencies
 
CBGTBT - Part 6 - Transactions 102
CBGTBT - Part 6 - Transactions 102CBGTBT - Part 6 - Transactions 102
CBGTBT - Part 6 - Transactions 102
 
CBGTBT - Part 5 - Blockchains 102
CBGTBT - Part 5 - Blockchains 102CBGTBT - Part 5 - Blockchains 102
CBGTBT - Part 5 - Blockchains 102
 
'State of Blockchain' - Consensus 2017
'State of Blockchain' - Consensus 2017'State of Blockchain' - Consensus 2017
'State of Blockchain' - Consensus 2017
 
Blockchain @ Capitant FinTech Day Antwerp
Blockchain @ Capitant FinTech Day AntwerpBlockchain @ Capitant FinTech Day Antwerp
Blockchain @ Capitant FinTech Day Antwerp
 
CBGTBT - Part 2 - Blockchains 101
CBGTBT - Part 2 - Blockchains 101CBGTBT - Part 2 - Blockchains 101
CBGTBT - Part 2 - Blockchains 101
 
CBGTBT - Part 3 - Transactions 101
CBGTBT - Part 3 - Transactions 101CBGTBT - Part 3 - Transactions 101
CBGTBT - Part 3 - Transactions 101
 
CBGTBT - Part 4 - Mining
CBGTBT - Part 4 - MiningCBGTBT - Part 4 - Mining
CBGTBT - Part 4 - Mining
 
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
UNBLOCKED: The Power of Blockchain Technology to Establish Trust, Build Brand...
 
CBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primerCBGTBT - Part 1 - Workshop introduction & primer
CBGTBT - Part 1 - Workshop introduction & primer
 
Blockchain Consensus Protocols
Blockchain Consensus ProtocolsBlockchain Consensus Protocols
Blockchain Consensus Protocols
 
An Introduction to Blockchain
An Introduction to BlockchainAn Introduction to Blockchain
An Introduction to Blockchain
 
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
What is Artificial Intelligence | Artificial Intelligence Tutorial For Beginn...
 

Similaire à Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockchain Training | Edureka

Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaEdureka!
 
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...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!
 
Cisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainCisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainMatteo Masi
 
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...Edureka!
 
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
 
001 What is Blockchain.pdf
001 What is Blockchain.pdf001 What is Blockchain.pdf
001 What is Blockchain.pdfMarvelMovies4
 
How Secure Is Content Streaming With Blockchain Technology
How Secure Is  Content Streaming With Blockchain Technology How Secure Is  Content Streaming With Blockchain Technology
How Secure Is Content Streaming With Blockchain Technology Blockchain Council
 
CWIN17 Rome / blockchain
CWIN17 Rome / blockchainCWIN17 Rome / blockchain
CWIN17 Rome / blockchainCapgemini
 
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...Edureka!
 
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
 
Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0Nagib Aouini
 
The most relevant platforms overview for blockchain developers in 2020
The most relevant platforms overview for blockchain developers in 2020The most relevant platforms overview for blockchain developers in 2020
The most relevant platforms overview for blockchain developers in 2020Blockchain 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 2017Nelson Petracek
 
How An Ai Blockchain Platform Creates Digital Assets From Personal Data
How An Ai Blockchain Platform Creates Digital Assets From Personal Data How An Ai Blockchain Platform Creates Digital Assets From Personal Data
How An Ai Blockchain Platform Creates Digital Assets From Personal Data Blockchain Council
 
#Blockchain - ISG Digital Business Summit 2017 - AP Manders
#Blockchain - ISG Digital Business Summit 2017 - AP Manders#Blockchain - ISG Digital Business Summit 2017 - AP Manders
#Blockchain - ISG Digital Business Summit 2017 - AP MandersAlex Manders
 
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
 
Blockchain - The Next Big Thing for Middleware
Blockchain - The Next Big Thing for MiddlewareBlockchain - The Next Big Thing for Middleware
Blockchain - The Next Big Thing for MiddlewareKai Wähner
 
Latest blockchain trends you should know in 2020
Latest blockchain trends you should know in 2020Latest blockchain trends you should know in 2020
Latest blockchain trends you should know in 2020Blockchain Council
 

Similaire à Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockchain Training | Edureka (20)

Blockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | EdurekaBlockchain Technology | Blockchain Technology Explained | Edureka
Blockchain Technology | Blockchain Technology Explained | Edureka
 
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
Top 10 Reasons to Learn Blockchain | Blockchain Training | Blockchain Tutoria...
 
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...
 
Cisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & BlockchainCisco on Distributed Ledgers & Blockchain
Cisco on Distributed Ledgers & Blockchain
 
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
What is Hyperledger | Blockchain Technology | Blockchain Tutorial for Beginne...
 
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
 
001 What is Blockchain.pdf
001 What is Blockchain.pdf001 What is Blockchain.pdf
001 What is Blockchain.pdf
 
How Secure Is Content Streaming With Blockchain Technology
How Secure Is  Content Streaming With Blockchain Technology How Secure Is  Content Streaming With Blockchain Technology
How Secure Is Content Streaming With Blockchain Technology
 
CWIN17 Rome / blockchain
CWIN17 Rome / blockchainCWIN17 Rome / blockchain
CWIN17 Rome / blockchain
 
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
Bitcoin Blockchain Explained | Understanding Bitcoin and Blockchain | Blockch...
 
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...
 
Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0Executive summary guild42 elca_blockchain.pptx_v1.0
Executive summary guild42 elca_blockchain.pptx_v1.0
 
The most relevant platforms overview for blockchain developers in 2020
The most relevant platforms overview for blockchain developers in 2020The most relevant platforms overview for blockchain developers in 2020
The most relevant platforms overview for blockchain developers in 2020
 
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
 
How An Ai Blockchain Platform Creates Digital Assets From Personal Data
How An Ai Blockchain Platform Creates Digital Assets From Personal Data How An Ai Blockchain Platform Creates Digital Assets From Personal Data
How An Ai Blockchain Platform Creates Digital Assets From Personal Data
 
#Blockchain - ISG Digital Business Summit 2017 - AP Manders
#Blockchain - ISG Digital Business Summit 2017 - AP Manders#Blockchain - ISG Digital Business Summit 2017 - AP Manders
#Blockchain - ISG Digital Business Summit 2017 - AP Manders
 
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 - The Next Big Thing for Middleware
Blockchain - The Next Big Thing for MiddlewareBlockchain - The Next Big Thing for Middleware
Blockchain - The Next Big Thing for Middleware
 
Latest blockchain trends you should know in 2020
Latest blockchain trends you should know in 2020Latest blockchain trends you should know in 2020
Latest blockchain trends you should know in 2020
 

Plus de 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 | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
 
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| EdurekaEdureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
 
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 | EdurekaEdureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
 

Plus de 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
 

Dernier

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 

Dernier (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 

Blockchain Technology | Blockchain Explained | Blockchain Tutorial | Blockchain Training | Edureka

  • 1.
  • 2. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Proof Of Work & Blockchain Program What is Blockchain & Bitcoin? Blockchain Technologies Ethereum & Smart Contracts Peer To Peer Networks & Cryptography Blockchain Applications & Use Cases Agenda
  • 3. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is Blockchain & Bitcoin?
  • 4. Copyright © 2017, edureka and/or its affiliates. All rights reserved. What is Blockchain & Bitcoin? Blockchain Technology Blockchain is a continuously growing list of records called blocks linked and secured using cryptography 04 Blockchain came into existence with the introduction of Bitcoin's whitepaper in October 2008 03 02Blockchain is the implementation of the digital cryptocurrency Bitcoin 01Blockchain Technology is the latest buzz in the industry today 31 ’08
  • 5. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Bitcoin’s Blockchain Blockchain Technology Currently, about 1200 transactions are added to every block For every block that is added, the miner gets 12.5 BTC as reward A new block is added every 10 minutes
  • 6. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 7. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 8. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Peer to Peer Network Blockchain Technology All Blockchains run on Distributed Peer-to-Peer Networks
  • 9. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Peer to Peer Network Blockchain Technology 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
  • 10. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 11. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Hash Encryption Blockchain Technology All data stored in Blockchain is encrypted using Hash Functions Hello World Hello World! hello world! A591a6d40bf420404a011733cf… 7f83b1657ff1fc53b92dc18148a… 7509e5bda0c762d2bac7f90d75… Hash Function Unlike encryption algorithms, Hash functions cannot be decrypted Bitcoin uses SHA256(SHA256(Block_Header)) Highly secure as minute input changes give completely different output
  • 12. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Technologies
  • 13. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Proof Of Work Blockchain Technology Proof Of Work involves solving a computationally expensive puzzle to add blocks to the Blockchain 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 Bitcoin has miners who validate have to solve a complex mathematical puzzle to add a block to the blockchain 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. Blockchain Technologies
  • 15. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Program Blockchain Technology Blockchains can be used to perform multiple programs An example of a program is to store ID cards of all citizens for authentication during elections Different blockchains can have different programs in them Blockchain Program is used to create and implement rules in the Blockchain
  • 16. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Program Blockchain Technology Blockchain Program is used to create and implement rules in the Blockchain We can create conditions as to when a transfer has to happen E.g. Transfer money to school on 1st of every month
  • 17. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Ethereum
  • 18. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Ethereum Blockchain Technology Ethereum is an open-source & public blockchain based distributed computing platform Currency Issuance Decentralized Autonomous Organizations (DAO) Smart Contracts Smart Property
  • 19. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Ethereum Blockchain Technology Smart Contracts are the basic building blocks of Ethereum Ethereum also provides a cryptocurrency token called "ether"
  • 20. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Smart Contracts
  • 21. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Smart Contracts Blockchain Technology pragma solidity ^0.4.0; contract Simple { function taker(uint _a, uint _b){ // Do something with a and b } } Used to create rules in the Blockchain program Written in Solidity language for most Blockchains A sample smart contract
  • 22. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Blockchain Applications
  • 23. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology BitcoinStore Online marketplace that sells a variety of electronic gadgets
  • 24. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology Coingig Online marketplace that conducts its transactions solely in Bitcoins where you can find everything from books to T-shirts
  • 25. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology The Swiss Pharmacy Provides high-quality medicine and accepts Bitcoins and ships worldwide
  • 26. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology All Things Luxury Carries a large selection of jewellery, including rings, necklaces, bracelets, earrings and cuff links
  • 27. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology Virgin Galactic Richard Branson’s Virgin Galactic venture began accepting Bitcoins as payment for their suborbital space flights
  • 28. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Where is Blockchain being used? Blockchain Technology Cheap Air CheapAir intends to eventually allow you to book hotels and flights using Bitcoin via their app
  • 29. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 30. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 31. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology In September 2016, Barclays carried out the world’s first trade transaction using blockchain NASDAQ will soon run Blockchain trading Financial Services
  • 32. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 33. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology Estonia, a small Baltic nation is the first to implement Blockchain based E- Voting System Followmyvote is world’s first open- source online voting solution based on blockchain Voting
  • 34. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 35. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology Solves issues of huge paperwork and high agent fees Using Ubitquity, anyone can manage, track, and transfer land titles and property deeds Real Estate
  • 36. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 37. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology Music Streaming Artists lose up to 86% of the proceeds from their music because of illegal downloading Mycelia is a Blockchain based platform for artists to sell their work directly to customers
  • 38. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Supply Chain Management Financial Services Voting Real Estate Music Streaming
  • 39. Copyright © 2017, edureka and/or its affiliates. All rights reserved. 5 Industries Blockchain Will Disrupt Blockchain Technology Supply Chain Management Middlemen in supply chains take time, add costs, and make mistakes often Provenance facilitates “transparent and traceable” trade on the Blockchain
  • 40. Copyright © 2017, edureka and/or its affiliates. All rights reserved. Session In A Minute What is Blockchain & Bitcoin? Blockchain Technologies Networks & Cryptography Proof Of Work & Programs Ethereum & Smart Contracts Blockchain Applications Blockchain Technology
  • 41. Copyright © 2017, edureka and/or its affiliates. All rights reserved.
  • 42. Copyright © 2017, edureka and/or its affiliates. All rights reserved.