(Go: >> BACK << -|- >> HOME <<)

SlideShare a Scribd company logo
Goals Of This Conference
1.TO UNDERSTAND THE FUTURE OF SAVING DATA
2.TO RUN AGAINST OUR ENVIRONMENT
3.TO KNOW WHERE WE ARE AND WHERE WE ARE GOING TO BE
5.TO UNDERSTAND THE MEANING OF A UNIQUE AND OPEN SOURCE WORLD
Erfan Arefi
UMZ_CS
The History Of Saving Data
#We should save our data
because we live by them!
?
Erfan Arefi
UMZ_CS
Centralized Databases VS. Distributed Databases
#A DISTRIBUTED DATABASE, IS A DATABASE IN WHICH ALL THE
INFORMATION IS STORED ON MULTIPLE PHYSICAL LOCATIONS
#A CENTRALIZED DATABASE IS A DATABASE THAT IS LOCATED, STORED,
AND MAINTAINED IN A SINGLE LOCATION
Erfan Arefi
UMZ_CS
Decentralization Using Concept
Peer-to-peer (P2P) is a decentralized communications model in which
each party has the same capabilities
and either party can initiate a communication session.
Unlike the client/server model, in which the client makes a
service request and the server fulfills the request,
the P2P network model allows each node to function as both a client and server.
Erfan Arefi
UMZ_CS
Storing Data Using Storage
Storj is an open source
project that aims to offer a
completely decentralized,
secure, and efficient cloud
storage service, that also
serves as a peer-to-peer
payment system like
Bitcoin
Interplanetary file
System is a protocol
designed to create a
permanent and
decentralized method
of storing and sharing
files
#Each file and all of the blocks within it are given
a unique fingerprint called a cryptographic hash.
#IPFS removes duplications across the network
and tracks version history for every file
#Each network node stores only content it is
interested in, and some indexing information that
helps figure out who is storing what
#When looking up files, you're asking the network to find
nodes storing the content behind a unique hash.
#Every file can be found by human-readable
names using a decentralized naming system
called IPNS.
Erfan Arefi
UMZ_CS
#A Blockchain is a continuously growing list of records, called blocks;
is a decentralized and distributed digital ledger which are linked and
secured using cryptography.
Sharing As A Simplest Example Of How Blockchain Works
This is Where The BLOCKCHAIN Comes In
#Proof of Concept
To better explain how blockchain technology can create a true peer-to-peer sharing
economy, let’s look at the following example:
Say you want to rent a car for a short trip from one side of town to the other.
To do so, you could use a mobile app to identify vehicles that are available in
your vicinity. Then, after verifying the digital identities of both yourself and the
vehicle owner, you agree to terms and conditions, such as the fee and duration
of the rental, and buy a micro-insurance policy covering the ride, via an immutable
smart contract. Once the terms and conditions are agreed upon and the smart contract is
created and verified, you can open the car using your smartphone and the payment is directly
deducted from your digital wallet and transferred to the vehicle owner upon completing your trip.
In this scenario, no central authority is needed to agree on transaction terms,
verify payments or screen participants’ identities as all that would be handled by the distributed ledger
technology underlying the transaction.
Erfan Arefi
UMZ_CS
#Bitcoin is a type of unregulated digital currency
Also known as a “cryptocurrency”,
Bitcoin transactions are stored and transferred using a distributed ledger on a peer-to-peer network that is open,
public and anonymous. Blockchain is the underpinning technology that maintains the Bitcoin transaction ledger
The Bitcoin blockchain in its simplest form is a database or
ledger comprised of Bitcoin transaction records. However, because this database is distributed
across a peer-to-peer network and is without a central authority, network participants must agree on the
validity of transactions before they can be recorded. This agreement,
which is known as “consensus,” is achieved through a process called “mining.”
+ +
Erfan Arefi
UMZ_CS
Who Uses This Technology
A decentralized autonomous
organization (DAO), sometimes
labeled a decentralized
autonomous
corporation (DAC), is
an organization that is run
through rules encoded
as computer
programs called smart
contracts. A DAO's financial
transaction record and
program rules are maintained
on a blockchain
DTube is a decentralized streaming video platform linked
to Steemit (the decentralized social media) which allows
users to upload videos easily and make money (or cryptocurrency)
via the upvotes or likes on their post.
Steemit is a social
news service which runs a
blogging and social
networking website on
top of
a blockchain database,
known as Steem
A smart contract, also known as a cryptocontract, is a computer program that directly
controls the transfer of digital currencies or assets between parties under certain conditions.
These contracts are stored on blockchain technology,
a decentralized ledger that also underpins bitcoin and other cryptocurrencies.
Blockchain is ideal for storing smart contracts because of the technology's security and immutability.
Ethereum is an open-source,
public, blockchain-based distributed computing
platform featuring smart contract (scripting) functionality
Erfan Arefi
UMZ_CS
BLOCKCHAIN VS. Traditional Databases
Erfan Arefi
UMZ_CS
If BLOCKCHAIN Is A Distributed Database
Where Is The Data ?
Blockchains are databases from a high-level view, but the underlying technology
is different enough to make some assumptions inaccurate.
An Excel file is also a database, but with characteristics unneeded/harmful for say, a NoSQL database.
The data "is" on every full node. That is, every client replicates the entire blockchain. This is indeed inefficient,
and future development is aimed towards removing this requirement.
The official specification for the state (that is, the set of all contracts and accounts
and their storage and balance) is a Merkle Patricia Tree. However,
an individual node may implement it internally in whatever way it finds best. (geth uses levelDB for example.)
Every full node has its own copy of the blockchain. The blockchain is stored, distributed,
on every machine in the Bitcoin network being used to mine Bitcoin.
This network is self-regulating and peer-to-peer. There is majority rule,
meaning that if one node on the network no longer agrees with the other nodes
it is kicked out of the network and will have to "resync" its data to be in agreement with the network
Erfan Arefi
UMZ_CS
What We Can Do With This Technology
Blockchains can be used for a wide variety of applications, such as
tracking ownership or the provenance of documents, digital assets,
physical assets, IOT, Streaming TV, digital identification system, crypto-currencies or voting rights.
Blockchain technology was popularised by the Bitcoin digital currency system.
But, essentially, a blockchain is just a special kind of database. The Bitcoin
blockchain stores cryptographically signed records of financial transfers,
but blockchain systems can store any kind of data. Blockchains can also
store and run computer code called “smart contracts”.
What makes a blockchain system special is that it doesn’t run on just one computer like a regular database.
Rather, many distributed processing nodes collaborate to run it.
There can be a full copy of the database on every node,
and the system encourages all those nodes to establish a consensus about its contents.
This boosts our confidence in the database and its contents. It’s difficult, if not impossible,
to meddle with the database without others finding out and correcting it.
The global consensus among the nodes about
the integrity and contents of the distributed database is why it’s often called a “distributed ledger”.
Erfan Arefi
UMZ_CS
Problems Of A Technology
#MAIN PROBLEM
Here’s the real problem. While your auditors would probably love you,
you may not like what you find in your blockchain.
Accidental transactions are permanent. Once added to the chain,
transactions are there for life (unless you destroy the entire network).
That means making sure what you put in your chain is truly what you want to keep there.
Since every block is encrypted based on the previous block,
undoing a block is impossible without a complete rollback of everything on every node to the point in time.
Erfan Arefi
UMZ_CS
Conclusion
#What we should or shouldn’t do!
#Who we are going to be!
#Where is our place in blockchain future!
Erfan Arefi
UMZ_CS
References
https://www.google.com/amp/s/www.cryptocompare.com/coins/guides/what-is-a-bitcoin-double-spend-and-how-does-it-work/%3faltTemplate=WebPageAMPGuide
https://bitcoin.stackexchange.com/questions/28168/what-are-the-keys-used-in-the-blockchain-leveldb-ie-what-are-the-keyvalue-pair
https://www.quora.com/Where-is-the-blockchain-database-stored-for-Bitcoin-transactions-I-know-that-no-company-person-owns-this
https://www.quora.com/Where-is-the-blockchain-ledger-of-bitcoin-transactions-stored-and-how-is-it-being-backed-up
https://ethereum.stackexchange.com/questions/10509/if-a-blockchain-is-a-distributed-database-where-is-the-data
https://medium.com/@sbmeunier/blockchain-technology-a-very-special-kind-of-distributed-database-e63d00781118
https://medium.freecodecamp.org/from-what-is-blockchain-to-building-a-blockchain-within-an-hour-4e738efc819d
http://startupmanagement.org/2014/12/27/the-blockchain-is-the-new-database-get-ready-to-rewrite-everything/
https://bitcoin.stackexchange.com/questions/7330/whats-the-process-of-creating-a-block-on-the-blockchain
https://www.ibm.com/blogs/blockchain/2017/05/the-difference-between-bitcoin-and-blockchain-for-business/
https://bitcoin.stackexchange.com/questions/21575/where-are-the-blocks-in-the-blockchain-stored
https://bitcoin.stackexchange.com/questions/1600/where-are-the-users-bitcoins-actually-stored
http://www.nasdaq.com/article/can-blockchain-help-curb-the-flow-of-blood-diamonds-cm673953
https://arzdigital.com/your-company-will-use-blockchain-in-less-than-10-years-heres-how/
https://techbeacon.com/Blockchain-relational-database-which-right-for-your-application
https://www.techbullion.com/the-structure-of-blockchain-technology-and-how-it-works/
https://www.coindesk.com/information/what-is-the-difference-blockchain-and-database/
https://techcrunch.com/2015/10/04/why-the-internet-needs-ipfs-before-its-too-late/
https://marmelab.com/blog/2016/04/28/blockchain-for-web-developers-the-theory.html
https://www.cryptocompare.com/coins/guides/why-is-ethereum-different-to-bitcoin/
http://www.zdnet.com/article/blockchains-in-the-database-world-what-for-and-how/
https://www.sitepoint.com/managing-data-storage-with-blockchain-and-bigchaindb/
https://medium.com/@micheledaliessi/how-does-the-blockchain-work-98c8cd01d2ae
https://www.wsj.com/articles/what-blockchain-is-and-what-it-can-do-1466388185
https://medium.com/@micheledaliessi/how-does-the-blockchain-work-98c8cd01d2ae
https://www.multichain.com/blog/2016/03/blockchains-vs-centralized-databases/
https://flyingzumwalt.gitbooks.io/decentralized-web-primer/content/ipfs-dag/
https://www.hackread.com/blockchain-can-revolutionize-personal-data-storage/
https://www.quora.com/Whats-the-difference-between-blockchain-and-a-database
https://www.quora.com/How-can-blockchain-be-used-as-a-database-to-store-data
https://bitcoin.stackexchange.com/questions/11104/what-is-the-database-for
https://www.cryptocoinsnews.com/will-blockchain-new-database-2015-beyond/
https://www.coindesk.com/information/how-does-blockchain-technology-work/
https://blog.ethereum.org/2016/07/12/build-server-less-applications-mist/
https://www.coindesk.com/7-cool-decentralized-apps-built-ethereum/
https://www.cryptocompare.com/mining/guides/what-is-proof-of-work/
https://blockgeeks.com/questions/where-is-the-blockchain-saved/
https://distributed.com/news/streaming-television-blockchain/
http://www.makeuseof.com/tag/p2p-peer-peer-file-sharing-works/
https://www.coindesk.com/information/what-can-a-blockchain-do/
https://hbr.org/2017/03/how-safe-are-blockchains-it-depends
https://bitcoin.org/en/developer-guide#block-chain-overview
Erfan Arefi
UMZ_CS
https://arzdigital.com/how-does-blockchain-technology-work/
https://coinhub.ir/blog/31/what-is-blockchain-technology/
https://en.wikipedia.org/wiki/InterPlanetary_File_System
https://www.quora.com/Where-is-the-main-bitcoin-database
https://appliedblockchain.com/blockchain-as-a-database/
https://arzdigital.com/the-beginning-story-of-etherum/
https://arzdigital.com/ethereum-smart-contracts-work/
https://arzdigital.com/what-is-blockchain-technology/
https://www.sap.com/products/leonardo/blockchain.html
https://www.oracle.com/cloud/blockchain/index.html
https://arzdigital.com/bitcoin_smart_contracts/
https://blockgeeks.com/guides/what-is-ethereum/
https://en.wikipedia.org/wiki/Bitcoin_network
https://www.weusecoins.com/what-is-ethereum/
https://en.wikipedia.org/wiki/Peer-to-peer
https://faizod.com/blockchain-technology/
https://en.wikipedia.org/wiki/Blockchain
https://en.bitcoin.it/wiki/Block_chain
https://en.bitcoin.it/wiki/Block
https://www.multichain.com
https://www.bigchaindb.com
https://www.ethereum.org/
http://way2pay.ir/51154
https://en.bitcoin.it
https://ties.network/
https://storj.io/
https://ipfs.io/
Erfan Arefi
UMZ_CS
References

More Related Content

What's hot

How Blockchain Is Different From Cryptocurrency?
How Blockchain Is Different From Cryptocurrency?How Blockchain Is Different From Cryptocurrency?
How Blockchain Is Different From Cryptocurrency?
Endive Software
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Unbiased Technolab
 
Donn felker etehreum
Donn felker etehreumDonn felker etehreum
Donn felker etehreum
IT Strategy Group
 
Blockchain
BlockchainBlockchain
Blockchain
Yeasin Tanin
 
All About Ethereum
All About EthereumAll About Ethereum
All About Ethereum
Oodles Technologies Pvt. Ltd.
 
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
JP Batra
 
Blockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and InvestorsBlockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and Investors
Fenbushi Capital
 
Presentation about Blockchain technology
Presentation about Blockchain technologyPresentation about Blockchain technology
Presentation about Blockchain technology
Zakaria Hossain
 
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCYINTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
Joseph Holbrook, Chief Learning Officer (CLO)
 
A Quick Start To Blockchain by Seval Capraz
A Quick Start To Blockchain by Seval CaprazA Quick Start To Blockchain by Seval Capraz
A Quick Start To Blockchain by Seval Capraz
Seval Çapraz
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain Council
 
Blockchian introduction
Blockchian introductionBlockchian introduction
Blockchian introduction
kesavan N B
 
The Basic Theories of Blockchain
The Basic Theories of BlockchainThe Basic Theories of Blockchain
The Basic Theories of Blockchain
Sota Watanabe
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in Space
AlecHo7
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professional
Portia Burton
 
Decentralization in blockchain
Decentralization in blockchainDecentralization in blockchain
Decentralization in blockchain
Saravanan T.M
 
Blockchain: An Innovative Technology
Blockchain: An Innovative TechnologyBlockchain: An Innovative Technology
Blockchain: An Innovative Technology
IJSRED
 
InfiniteChain White Paper
InfiniteChain White Paper InfiniteChain White Paper
InfiniteChain White Paper
InfiniteChain
 
1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN
Ravi Choudhary
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
Suki Chana
 

What's hot (20)

How Blockchain Is Different From Cryptocurrency?
How Blockchain Is Different From Cryptocurrency?How Blockchain Is Different From Cryptocurrency?
How Blockchain Is Different From Cryptocurrency?
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
 
Donn felker etehreum
Donn felker etehreumDonn felker etehreum
Donn felker etehreum
 
Blockchain
BlockchainBlockchain
Blockchain
 
All About Ethereum
All About EthereumAll About Ethereum
All About Ethereum
 
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
Blockchain- The Quiet Disruptor - A Guide and a primer to launch Blockchain &...
 
Blockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and InvestorsBlockchain for Executives, Entrepreneurs and Investors
Blockchain for Executives, Entrepreneurs and Investors
 
Presentation about Blockchain technology
Presentation about Blockchain technologyPresentation about Blockchain technology
Presentation about Blockchain technology
 
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCYINTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
INTRO TO BLOCKCHAINS AND CRYPTOCURRENCY
 
A Quick Start To Blockchain by Seval Capraz
A Quick Start To Blockchain by Seval CaprazA Quick Start To Blockchain by Seval Capraz
A Quick Start To Blockchain by Seval Capraz
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
 
Blockchian introduction
Blockchian introductionBlockchian introduction
Blockchian introduction
 
The Basic Theories of Blockchain
The Basic Theories of BlockchainThe Basic Theories of Blockchain
The Basic Theories of Blockchain
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in Space
 
Becoming a blockchain professional
Becoming a blockchain professionalBecoming a blockchain professional
Becoming a blockchain professional
 
Decentralization in blockchain
Decentralization in blockchainDecentralization in blockchain
Decentralization in blockchain
 
Blockchain: An Innovative Technology
Blockchain: An Innovative TechnologyBlockchain: An Innovative Technology
Blockchain: An Innovative Technology
 
InfiniteChain White Paper
InfiniteChain White Paper InfiniteChain White Paper
InfiniteChain White Paper
 
1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN1% OF EVERYTHING ABOUT BLOCKCHAIN
1% OF EVERYTHING ABOUT BLOCKCHAIN
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 

Similar to Blockchain Technology

BlockChain Public
BlockChain PublicBlockChain Public
BlockChain Public
Marie-Paule Odini
 
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptxCASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
ATHULPSUDHEER
 
Blockchain Assignment
Blockchain AssignmentBlockchain Assignment
Blockchain Assignment
Akanksha Verma
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
AshiQulIslam34
 
Application of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital ForensicsApplication of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital Forensics
Mahdi_Fahmideh
 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
ChelladuraiBose1
 
Blockchain Explained
Blockchain Explained Blockchain Explained
Blockchain Explained
wedefine
 
Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology
Chapter247 Infotech
 
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
Shefali Shetty
 
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
Shefali Shetty
 
Block chain technology
Block chain technologyBlock chain technology
Block chain technology
Ponthota Viswanath Reddy
 
Learn Blockchain-Basics - 101Blockchains
Learn Blockchain-Basics - 101BlockchainsLearn Blockchain-Basics - 101Blockchains
Learn Blockchain-Basics - 101Blockchains
JackSmith435850
 
Introduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesIntroduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrencies
Aurobindo Nayak
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
Rohit Verma
 
Block chain technology
Block chain technology Block chain technology
Block chain technology
Ponthota Viswanath Reddy
 
Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?
dipankarmondal42
 
BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.
Rajasekhar364622
 
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
eraser Juan José Calderón
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
Positive Hack Days
 
Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
ArcadePrinters
 

Similar to Blockchain Technology (20)

BlockChain Public
BlockChain PublicBlockChain Public
BlockChain Public
 
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptxCASE STUDY ON  EVOTING USING BLOCKCHAIN1.pptx
CASE STUDY ON EVOTING USING BLOCKCHAIN1.pptx
 
Blockchain Assignment
Blockchain AssignmentBlockchain Assignment
Blockchain Assignment
 
Blockchain.pptx
Blockchain.pptxBlockchain.pptx
Blockchain.pptx
 
Application of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital ForensicsApplication of Blockchain Technologies in Digital Forensics
Application of Blockchain Technologies in Digital Forensics
 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
 
Blockchain Explained
Blockchain Explained Blockchain Explained
Blockchain Explained
 
Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology Ultimate guide to understand- What is Blockchain Technology
Ultimate guide to understand- What is Blockchain Technology
 
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
 
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
How Drupal & Blockchain Are Changing The Perception Of Decentralized Architec...
 
Block chain technology
Block chain technologyBlock chain technology
Block chain technology
 
Learn Blockchain-Basics - 101Blockchains
Learn Blockchain-Basics - 101BlockchainsLearn Blockchain-Basics - 101Blockchains
Learn Blockchain-Basics - 101Blockchains
 
Introduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrenciesIntroduction to blockchain & cryptocurrencies
Introduction to blockchain & cryptocurrencies
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
 
Block chain technology
Block chain technology Block chain technology
Block chain technology
 
Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?Blockchain, Blockchain Platform, Private and a Public Blockchain?
Blockchain, Blockchain Platform, Private and a Public Blockchain?
 
BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.BLOCK CHAIN technology for the students.
BLOCK CHAIN technology for the students.
 
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
Blockchain Computing: Prospects and Challenges for Digital Transformation  Pr...
 
От прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компанийОт прорывной концепции до комплексного решения для компаний
От прорывной концепции до комплексного решения для компаний
 
Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
 

Recently uploaded

Performance Budgets for the Real World by Tammy Everts
Performance Budgets for the Real World by Tammy EvertsPerformance Budgets for the Real World by Tammy Everts
Performance Budgets for the Real World by Tammy Everts
ScyllaDB
 
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
amitchopra0215
 
How to Avoid Learning the Linux-Kernel Memory Model
How to Avoid Learning the Linux-Kernel Memory ModelHow to Avoid Learning the Linux-Kernel Memory Model
How to Avoid Learning the Linux-Kernel Memory Model
ScyllaDB
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
BookNet Canada
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
Safe Software
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
UiPathCommunity
 
5G bootcamp Sep 2020 (NPI initiative).pptx
5G bootcamp Sep 2020 (NPI initiative).pptx5G bootcamp Sep 2020 (NPI initiative).pptx
5G bootcamp Sep 2020 (NPI initiative).pptx
SATYENDRA100
 
Hire a private investigator to get cell phone records
Hire a private investigator to get cell phone recordsHire a private investigator to get cell phone records
Hire a private investigator to get cell phone records
HackersList
 
Data Protection in a Connected World: Sovereignty and Cyber Security
Data Protection in a Connected World: Sovereignty and Cyber SecurityData Protection in a Connected World: Sovereignty and Cyber Security
Data Protection in a Connected World: Sovereignty and Cyber Security
anupriti
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions
 
AC Atlassian Coimbatore Session Slides( 22/06/2024)
AC Atlassian Coimbatore Session Slides( 22/06/2024)AC Atlassian Coimbatore Session Slides( 22/06/2024)
AC Atlassian Coimbatore Session Slides( 22/06/2024)
apoorva2579
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design ApproachesKnowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Earley Information Science
 
Interaction Latency: Square's User-Centric Mobile Performance Metric
Interaction Latency: Square's User-Centric Mobile Performance MetricInteraction Latency: Square's User-Centric Mobile Performance Metric
Interaction Latency: Square's User-Centric Mobile Performance Metric
ScyllaDB
 
Navigating Post-Quantum Blockchain: Resilient Cryptography in Quantum Threats
Navigating Post-Quantum Blockchain: Resilient Cryptography in Quantum ThreatsNavigating Post-Quantum Blockchain: Resilient Cryptography in Quantum Threats
Navigating Post-Quantum Blockchain: Resilient Cryptography in Quantum Threats
anupriti
 
What's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdfWhat's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdf
SeasiaInfotech2
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Mydbops
 
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
uuuot
 
How Netflix Builds High Performance Applications at Global Scale
How Netflix Builds High Performance Applications at Global ScaleHow Netflix Builds High Performance Applications at Global Scale
How Netflix Builds High Performance Applications at Global Scale
ScyllaDB
 
What Not to Document and Why_ (North Bay Python 2024)
What Not to Document and Why_ (North Bay Python 2024)What Not to Document and Why_ (North Bay Python 2024)
What Not to Document and Why_ (North Bay Python 2024)
Margaret Fero
 

Recently uploaded (20)

Performance Budgets for the Real World by Tammy Everts
Performance Budgets for the Real World by Tammy EvertsPerformance Budgets for the Real World by Tammy Everts
Performance Budgets for the Real World by Tammy Everts
 
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
@Call @Girls Pune 0000000000 Riya Khan Beautiful Girl any Time
 
How to Avoid Learning the Linux-Kernel Memory Model
How to Avoid Learning the Linux-Kernel Memory ModelHow to Avoid Learning the Linux-Kernel Memory Model
How to Avoid Learning the Linux-Kernel Memory Model
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
 
Coordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar SlidesCoordinate Systems in FME 101 - Webinar Slides
Coordinate Systems in FME 101 - Webinar Slides
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
 
5G bootcamp Sep 2020 (NPI initiative).pptx
5G bootcamp Sep 2020 (NPI initiative).pptx5G bootcamp Sep 2020 (NPI initiative).pptx
5G bootcamp Sep 2020 (NPI initiative).pptx
 
Hire a private investigator to get cell phone records
Hire a private investigator to get cell phone recordsHire a private investigator to get cell phone records
Hire a private investigator to get cell phone records
 
Data Protection in a Connected World: Sovereignty and Cyber Security
Data Protection in a Connected World: Sovereignty and Cyber SecurityData Protection in a Connected World: Sovereignty and Cyber Security
Data Protection in a Connected World: Sovereignty and Cyber Security
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
 
AC Atlassian Coimbatore Session Slides( 22/06/2024)
AC Atlassian Coimbatore Session Slides( 22/06/2024)AC Atlassian Coimbatore Session Slides( 22/06/2024)
AC Atlassian Coimbatore Session Slides( 22/06/2024)
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design ApproachesKnowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
Knowledge and Prompt Engineering Part 2 Focus on Prompt Design Approaches
 
Interaction Latency: Square's User-Centric Mobile Performance Metric
Interaction Latency: Square's User-Centric Mobile Performance MetricInteraction Latency: Square's User-Centric Mobile Performance Metric
Interaction Latency: Square's User-Centric Mobile Performance Metric
 
Navigating Post-Quantum Blockchain: Resilient Cryptography in Quantum Threats
Navigating Post-Quantum Blockchain: Resilient Cryptography in Quantum ThreatsNavigating Post-Quantum Blockchain: Resilient Cryptography in Quantum Threats
Navigating Post-Quantum Blockchain: Resilient Cryptography in Quantum Threats
 
What's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdfWhat's Next Web Development Trends to Watch.pdf
What's Next Web Development Trends to Watch.pdf
 
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - MydbopsScaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
Scaling Connections in PostgreSQL Postgres Bangalore(PGBLR) Meetup-2 - Mydbops
 
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
一比一原版(msvu毕业证书)圣文森山大学毕业证如何办理
 
How Netflix Builds High Performance Applications at Global Scale
How Netflix Builds High Performance Applications at Global ScaleHow Netflix Builds High Performance Applications at Global Scale
How Netflix Builds High Performance Applications at Global Scale
 
What Not to Document and Why_ (North Bay Python 2024)
What Not to Document and Why_ (North Bay Python 2024)What Not to Document and Why_ (North Bay Python 2024)
What Not to Document and Why_ (North Bay Python 2024)
 

Blockchain Technology