SlideShare a Scribd company logo
1/14
Blockchain Technology Explained
leewayhertz.com/blockchain-technology-explained/
You must have heard about the term “blockchain,” in reference to Bitcoin and other
cryptocurrencies. Many people believe Bitcoin is Blockchain; however, blockchain is a
technology that underlies digital currencies.
If you are new to blockchain technology and cryptocurrencies, this article will help you
understand the technology in more depth.
Let’s start with the history of blockchain and understand how blockchain emerged and
how it is different from other technologies.
In this article, we shall discuss the following topics:
History of Blockchain Technology
What is Blockchain?
How does Blockchain work?
Types of consensus protocols
Applications of Blockchain Technology
Types of Blockchain Platforms
History of Blockchain Technology
It seems unbelievable, but people started to think about the blockchain as a new internet
era back in 1991. W.Scott Stornetta and Stuart Haber imagined the technology that
people call blockchain today. They initiated working on cryptographically secured blocks
in a chain that no one could tamper with timestamps.
2/14
These guys upgraded the system and incorporated Merkle trees to enhance efficiency
and collect various documents on a single block. But the technology started to gain
importance in 2008 when an unknown person or group named Satoshi Nakamoto
introduced the blockchain again.
Satoshi published a whitepaper titled “Bitcoin: a peer-to-peer electronic cash system.”
The document defines how to create a secure and transparent digital currency without a
central entity or bank’s involvement.
Though the document did not contain the term “blockchain,” it outlined the way blockchain
technology works. Satoshi launched Bitcoin in January 2009, but he left the project after
some time and handed over the Bitcoin development to other developers.
Since then, developers have started to build a new peer-to-peer currency that does not
involve central entities. The world’s first cryptocurrency exchange, Bitcoin Market, was set
up in 2010 and the Bitcoin Pizza Guy, Lazlo Hanyecz, made the first real payment in BTC.
If someone asks when blockchain was invented, we can say it was founded in 1991.
What is Blockchain?
3/14
4/14
According to the authors of “Blockchain Revolution,” Don & Alex Tapscott, “The
blockchain is an incorruptible digital ledger of economic transactions that can be
programmed to record not just financial transactions but virtually everything of
value.”
Blockchain is neither a company nor software; it is a new and innovative way of
documenting information on the internet. A blockchain is a chain of time-stamped blocks
that contain an immutable record of data and is managed by a cluster of nodes, not by
any single authority.
Every block of data is secured and linked to each other with cryptography principles.
Let’s discuss the blocks in more depth.
Blocks
A block can be considered as a page in the ledger. Each block comprises data,
timestamp, a hash of the block and a hash of the previous block.
The data saved in a block depends on the type of blockchain. For instance, blocks in the
Bitcoin blockchain store the details about a transaction like a sender, receiver and
balance in the form of number of coins.
Hash of the block acts as a fingerprint as it gives a unique identification to the blocks and
the contents it includes. All transactions in a block are represented as a hash.
Hash of a previous block is always added to a new block to maintain chronology and
ensure that blocks are valid. A timestamp includes the time when the block was created
to keep track of the block’s creation and updation time.
A new block should always point to the previous block. In case a block added to the chain
does not contain the valid hash value of the last block, it means the block has been
tampered with.
5/14
Altering any block within the network would make all the blocks invalid in the blockchain.
Hashing mechanism is not enough to protect the blockchain from tampering or
manipulation. As computers are fast nowadays, hackers can quickly recalculate hash
values of the blocks and invalidate them.
To ensure that there is no single entity controlling the network’s information, the blocks
get distributed across all machines, specifically called nodes on the network.
Every node keeps a copy on the ledger so that data is never lost and remains accessible
to all members present on the network. When some information is added to the
blockchain, all nodes agree if the data is valid.
Now the question is, how do nodes agree on adding new blocks to the blockchain.
The answer is a consensus algorithm.
Since there are different blockchain platforms available, different consensus algorithms
are used to agree if a block should be added to the blockchain or not.
Now, let’s understand how does blockchain technology work.
How does Blockchain work?
Blockchain works on the following concepts:
Private Key Cryptography
Distributed Network with a Shared Ledger
An incentive to service the network’s transactions, security and record-keeping
Private Key Cryptography
If two people want to transact over the internet, every one of them should hold a private
and public key. The blockchain uses this concept to ensure a secure digital identity of the
users.
The combination of private and public keys can be viewed as a type of consent by
creating a unique digital signature. Holding public and private key offers reliable control of
ownership to the users.
However, cryptography is not enough to protect digital relationships. It should be
combined with authorization (a means of validating permissions and transactions).
In the case of blockchain, authorization is done via a distributed network.
Distributed Network with a shared ledger
6/14
The benefit of a distributed network can be explained by the example “trees were cut
down.” We could be sure about cutting down the trees in the forest if there were cameras
to record that incident. Though the particulars (why and how) behind the event can be
unclear, we have visual evidence that it happened.
Similarly, in the case of blockchain, validators on the network are like cameras who reach
a consensus that they noticed the same thing happening simultaneously. However, they
use mathematical verification of computation instead of cameras.
A node on the network starts a transaction by creating it and signing it with its private key.
Transactions comprise the logic of transfer of value, source and destination addresses,
rules and validation information.
The next step is that the transaction must be verified. A network of computers on the
blockchain verifies the transactions to be stored in a block. Once they confirm that the
transaction happened, they add it to the block.
Block containing the information, digital signature and timestamp, is broadcast to all the
nodes in the network to provide them accessibility at all times.
Once written to the blockchain, the data cannot be edited or deleted, making it an
incorruptible ledger of transactions.
Following are the different types of consensus protocols used for
validating transactions on the blockchain
Proof of Work
Proof of Work is a consensus protocol that aims to deter cyber attacks like distributed
denial of service attacks, exhausting a computer system’s resources with multiple fake
requests.
The proof of work was introduced when Bitcoin came into existence. But this term was
coined by Ari Juels and Markus Jakobsson in a published document in 1999.
It is a way to define an expensive and cumbersome computer calculation called mining.
Mining is performed to create a group of trustless transactions on a distributed ledger,
blockchain.
Mining is used for the following functions:
Verifying the transactions’ legitimacy or ignoring double-spending
Creating digital currencies by giving rewards to miners for performing previous tasks
The node that finds the mathematical power solution can only authorize transactions and
add new blocks to the blockchain network. Proof of work consensus prevents tampering
of the blocks as one needs to re-evaluate the computer computation for all blocks in the
7/14
network.
Proof of Stake
Proof of Stake (PoS) is a consensus algorithm to achieve distributed consensus and
validate transactions. Suggested initially in 2011, it was first implemented by
cryptocurrency, Peercoin, in 2012. The algorithm is energy efficient and secure.
In proof of work consensus algorithm, miners who solve mathematical problems are
rewarded for creating new blocks and validating transactions. However, with the proof of
stake algorithm, the next block’s creator is selected randomly, depending on how much
wealth (cryptocurrencies) the user holds or for how long the user has been keeping that
specific digital currency.
Proof of stake requires considerably less energy and therefore, it is cost-effective
compared to the proof of work algorithm. Moreover, there is less need to release too
many coins to incentivize miners to manage the network.
The algorithm is helpful in inspiring individuals to participate in the system and protecting
the network from any individual who wants to control it. An individual or a group of
individuals has to own the majority of coins to carry out a 51% attack on the network.
First of all, it would be expensive for attackers to acquire enough coins. Individuals would
exit the digital currency if a single party started buying everything. Also, the price would
ramp up to prevent a hostile takeover. Moreover, attacking the network would decrease
the coins’ value that the attacker is holding.
Proof of stake algorithm also has a drawback and faces a “nothing at stake” problem. The
challenge occurs when block generators don’t have anything to lose by preventing the
conflict from resolving and supporting changing blockchain histories.
Delegated Proof of Stake
Delegated Proof of Stake (DPoS) is a type of consensus algorithm that aims to secure a
blockchain by enhancing the speed of block creation and transactions while not affecting
the decentralized incentive structure.
Users have to put their currency at stake with the proof of stake consensus mechanism to
earn the right to authorize transactions, earn rewards and forge blocks. On the other
hand, Delegated Proof of Stake Consensus, a variation of PoS, aims to achieve
consensus efficiently.
DPoS uses the election process to maintain the consensus. Users of DPoS based
blockchain vote to choose witnesses and earn more votes to validate transactions on the
network. Users can also pass on their voting power to other users whom they can trust to
vote on their behalf.
8/14
Votes are evaluated based on the size of the voter’s stake. It means that users do not
require a significant stake in getting into the top tier of witnesses. Instead, votes from
users with a considerable stake can select users with a small stake for the witnesses’ top
tier.
The number of witnesses required in the top tier is capped at a specific number who need
to create blocks, validate transactions and are awarded the associated fees.
Witnesses cannot modify the details of transactions, yet they can prevent certain
transactions from being included in a new block. Therefore, they are similar to that of the
miners in a proof of work system.
Users in DPoS consensus-based network can also vote for a group of delegates, trusted
parties for managing the network. The representatives look after the blockchain protocol’s
performance and governance but do not validate transactions and create blocks.
Leased Proof of Stake
Another addition to the original Proof of Stake is the Leased Proof of Stake. The Waves
platform introduced this new consensus algorithm that offers a better catch with a limited
amount of power consumption. The original proof of stake never allowed individuals with
limited coins to participate in staking.
In the Leased Proof of Stake algorithm, the smallholders can also participate in the
staking process by leasing their coins to the network and avail the benefit. The situation
changed drastically after the introduction of leased PoS.
Proof of Elapsed Time (PoET)
PoET is one of the efficient consensus algorithms used on the permissioned blockchain
where you need permission to access the network.
Proof of Elapsed Time algorithm uses a specific technique to cover transparency in the
whole network and ensures a secure login. Every individual on the network waits for a
particular amount of time, but that time limit is random. An individual who finishes their
share of waiting time can get on the ledger for creating a new block.
Now, the question is whether individuals wait for the specific time they were assigned or
not. The algorithm depends on a CPU requirement called Intel Software Guard Extension.
The Intel Software Guard Extension is responsible for running unique codes on the
network. By using this system, PoET ensures that the winning is purely fair.
Byzantine Fault Tolerance (BFT)
The Byzantine Generals Problem was introduced in 1982 by Lamport, Pease and
Shostak to ensure that malfunctioned components giving conflict information are
managed within a system.
9/14
BFT manages different types of faults related to the Byzantine General’s Problem. The
algorithm states that two nodes on the network can interact securely across the network,
knowing that they display the same data.
In a peer-to-peer network, the consensus is reached if non-faulty or loyal nodes achieve a
uniform agreement on their decision. In BFT, an incoming message is repeatedly sent to
the other recipients of that message. All the nodes assume that repeating a message
eliminates the issue of Byzantine nodes.
Practical Byzantine Fault Tolerance (PBFT)
Practical Byzantine Fault Tolerance usually focuses on the state machine. It gets rid of
the Byzantine general problem by replicating the system. The algorithm starts with
assuming that independent nodes can malfunction the network and possible failures in
the system.
Also, all the nodes are arranged in a particular order. In PBFT, one node is selected as
the primary node, while others serve as a backup plan. All the nodes in the system work
uniformly and interact with each other.
In the PBFT consensus mechanism, every node wants to verify information found on the
network, thereby avoiding unreliable information problems.
However, they can find out even if one of the nodes gets compromised and all nodes
reach an agreement with majority voting.
Delegated Byzantine Fault Tolerance (DBFT)
Though the blockchain ecosystem usually follows the widely known consensus
algorithms, Proof of Work and Proof of Stake, some try to impose advanced consensus
systems. NEO is one of the popular blockchain platforms that has developed a new
consensus protocol, Delegated Byzantine Fault Tolerance, similar to the DPoS.
Every user on the NEO blockchain can select delegates who represent their interests.
Users holding the native cryptocurrency have a specific interest in the platform.
It works similar to a country’s government that has citizens, speakers and delegates.
Citizens imply NEO tokens holders, delegates imply bookkeeping nodes, while the
speaker is one of the randomly chosen delegates.
Citizens vote for delegates where every citizen can vote regardless of the tokens they
hold. One of the delegates is selected randomly to become a speaker. The role of
delegates is to listen to citizens’ demands, which are the different transactions that
occurred on the network.
Delegates keep a tab on all transactions and record them on a ledger. The speaker who
is randomly chosen proposes their block to verify a block. They send the block to all other
delegates so that delegates could match their block with the speaker’s block and ensure
validity.
10/14
2/3 of the delegates have to agree upon the block proposed by the speaker before it is
validated and added to the network. In case 2/3 of the delegates do not agree, a new
speaker is chosen and the whole procedure repeats.
Simplified Byzantine Fault Tolerance (SBFT)
The simplified Byzantine Fault Tolerance consensus algorithm works in a bit different way.
In this mechanism, a block generator first collects all the transactions and authorizes
them after batching them together in a new block.
All the network nodes have to follow specific rules applied by the block generator to
validate transactions. Once the generator applies the rules, a block signer confirms them
and adds their signature to it. Transactions get rejected if any of the blocks miss one of
the keys.
Asynchronous Byzantine Fault Tolerance (ABFT)
Asynchronous Byzantine Fault Tolerance consensus mechanism represents the system’s
ability to keep honest consensus in the network despite propagating invalid messages or
malicious nodes failing.
Deterministic Byzantine cannot be asynchronous ultimately with unbounded message
delays, yet guarantee consensus using FLP theorem. However, non-deterministic
systems can reach an agreement with probability one.
Once we have understood different types of consensus algorithms, it’s time to discuss
some of the blockchain platforms used to build blockchain apps with ease.
Applications of Blockchain Technology
Smart Contracts
A smart contract is a computer code that executes automatically when specific
conditions are met. Ethereum blockchain platform is an open-source project that
was developed specifically to introduce smart contracts. Unlike traditional contracts,
smart contracts do not depend on any third-party or intermediary to bring trust.
Instead, smart contracts are coded as the agreement between two or more parties.
Since smart contracts are based on a decentralized system between all authorized
parties, you don’t need to pay intermediaries, thereby saving time and conflicts.
Settlements in various business processes can be made automatically and quickly
with smart contracts on the blockchain.
11/14
Sharing Economy
Companies like Airbnb and Uber are growing at a rapid pace and therefore, the
concept of sharing economy has marked a success. However, users have to
depend on an intermediary or centralized authority like Uber to access ride-sharing
services. With peer-to-peer payments, the blockchain represents an opportunity to
enable direct interaction between parties. Startups like SnagRide and BeeToken are
becoming blockchain’s Uber and Airbnb, respectively. These platforms allow users
to connect directly with each other instead of a centralized authority or third-party. It
allows you to transact without any transaction fees.
Supply Chain Audits
Socially-active consumers nowadays want to know that claims companies make
about their products are real. Distributed ledgers offer an easy and quick way to
backtrace the products within the supply chain in real-time at all locations.
Blockchain-based timestamping of a date and location brings transparency to the
supply chain ecosystem. For instance, there is a UK-based Provenance that
provides supply chain audit services for consumer goods. The provenance project
built on the Ethereum blockchain ensures that Indonesia’s suppliers have harvested
fish sold in Japanese Sushi restaurants.
Intellectual Property Protection
Digital information can be distributed and reproduced quickly using the internet. As
a result, it has given web users a goldmine of freely available content. Copyright
holders currently lose control over their intellectual property, thereby facing financial
loss.Smart contracts come as a solution as they can protect copyrights and
automate content sales, eliminating the risk of redistribution.
For example, Mycelia uses blockchain smart contracts to build a peer-to-peer music
distribution system that allows musicians to sell their songs directly to audiences
and producers’ license samples. Also, the platform enables users to make
payments in fractional cryptocurrency amounts.
Identity Management
Everyone nowadays performs various tasks on the internet ranging from shopping
to sending payment online and communicating with people on social media
channels. All such tasks require a digital identity and with increasing online
interactions, data loss and thefts are emerging day by day.Every time a person
enters their personal information on digital platforms, it gets stored on various
unknown databases on the internet. Their information is shared without even their
consent. However, blockchain can overcome such challenges by eliminating central
authorities’ need and giving control over the digital identity to individuals.
Sharing multiple IDs for different purposes can lead to data breaches and privacy
concerns. Blockchain provides the path to self-sovereign identity on a decentralized
network that assures identity documents are verified and endorsed by permissioned
participants on the network. It offers the control of digital identity in identity owners’
hands instead of third-party companies or intermediaries.
12/14
Here are some of the popular blockchain platforms used to
develop blockchain applications
Ethereum
Ethereum is an open-source blockchain platform used for running smart contracts on a
custom blockchain. It comes with an Ethereum Virtual Machine that offers the run-time
environment to Ethereum based smart contracts. Each node on the network runs an EVM
implementation. Ethereum is a public blockchain platform developed to provide restricted
access versus mass consumption. The current version of Ethereum uses the Proof of
Work consensus algorithm; however, it might change to the Proof of Stake algorithm in
the ETH 2.0 version.
It has a native cryptocurrency called Ether, used to fuel the entire Ethereum ecosystem. A
developer building the apps on Ethereum needs to pay fees in Ether to execute
transactions and run apps on the network.
EOS
EOS is the robust blockchain architecture designed to offer vertical and horizontal scaling
of dApps. EOS platform provides authentication, asynchronous communication, accounts,
databases and application scheduling across multiple CPU clusters/cores.EOS
blockchain platform can scale to millions of transactions in a second, allow quick
deployment of dApps and eliminate user fees. It enables parties looking to launch
blockchain apps to determine the permissions. As a result, developers can create both
private and public blockchains using the EOS platform.
Stellar
Stellar is an open-source distributed payment ledger that can connect payment systems,
banks and people. It allows developers to build banking tools, mobile wallets and
anything that involves payments. With the Stellar Consensus Protocol (SCP), the
consensus can be achieved without relying on a closed system to record financial
transactions. By pausing the network’s progress until an agreement is reached, SCP
optimizes for safety over liveness.
Hyperledger Sawtooth
Hyperledger Sawtooth is a blockchain platform for enterprises designed to build
distributed ledger networks and applications.
By separating the core system from the app domain, Hyperledger Sawtooth streamlines
the blockchain app development. It allows developers to specify the business rules of the
applications in the language of their choice.
13/14
The platform is highly modular and allows applications to select the permissioning,
consensus algorithms and transaction rules according to the unique business needs.
Hyperledger Fabric
Hyperledger Fabric is a distributed ledger platform supported by a modular architecture to
deliver high degrees of scalability, resiliency, confidentiality and flexibility. Unlike an open,
permissionless system that allows unauthorized identities to partake in the network,
Hyperledger Fabric is private and permissioned. It enrolls participants of the network
through a trusted Membership Service Provider (MSP).
Hedera Hashgraph
Hedera Hashgraph is a lightning-fast, secure and fair platform that provides a new type of
distributed consensus. Built on the hashgraph distributed consensus algorithm, the
platform can process hundreds of thousands of transactions per second in a single
shared. As a result, its consensus latency is measured in seconds.
Using asynchronous Byzantine Fault Tolerance, the platform is resilient to DDoS attacks
against the consensus algorithm and achieves a high-security level at scale.
Smart contracts on the Hedera Network offer an optional mechanism called “binding
arbitration.” This mechanism states that the smart contracts deployed with a list of public-
key arbitrators can be updated to add new features and fix bugs/issues.
Once the designated arbitrator agrees on smart contracts updation, the arbitrator’s keys
approve the transaction with a new bytecode and the change is reflected.
At LeewayHertz, we have a workforce of blockchain developers helping businesses
become transparent yet secure with blockchain technology.

More Related Content

What's hot

Blockchain Smart Contract v5
Blockchain   Smart Contract v5Blockchain   Smart Contract v5
Blockchain Smart Contract v5
MD SAQUIB KHAN
 
Top 10 companies using blockchain for healthcare security
Top 10 companies using blockchain for healthcare securityTop 10 companies using blockchain for healthcare security
Top 10 companies using blockchain for healthcare security
Blockchain Council
 
Blockchain for Media & Entertainment
Blockchain for Media & EntertainmentBlockchain for Media & Entertainment
Blockchain for Media & Entertainment
accenture
 
The Soft Skills of Great Software Developers
The Soft Skills of Great Software DevelopersThe Soft Skills of Great Software Developers
The Soft Skills of Great Software Developers
TechWell
 
The best smart contract platforms in 2021
The best smart contract platforms in 2021The best smart contract platforms in 2021
The best smart contract platforms in 2021
OliviaJune1
 
Blockchain Cook County - Distributed Ledgers for Land Records
Blockchain Cook County - Distributed Ledgers for Land RecordsBlockchain Cook County - Distributed Ledgers for Land Records
Blockchain Cook County - Distributed Ledgers for Land Records
John Mirkovic
 
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Edureka!
 
Blockchain Technology.pptx
Blockchain Technology.pptxBlockchain Technology.pptx
Blockchain Technology.pptx
tanvi253303
 
The Web3 Data Economy: Ocean Protocol
The Web3 Data Economy: Ocean ProtocolThe Web3 Data Economy: Ocean Protocol
The Web3 Data Economy: Ocean Protocol
Trent McConaghy
 
Webinar digitally transforming healthcare with blockchain
Webinar   digitally transforming healthcare with blockchainWebinar   digitally transforming healthcare with blockchain
Webinar digitally transforming healthcare with blockchain
Kaleido
 
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
 
Blockchain Digital Transformation Presentation
Blockchain Digital Transformation PresentationBlockchain Digital Transformation Presentation
Blockchain Digital Transformation Presentation
101 Blockchains
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
Romit Bose
 
Blockchain and Internet of Things
Blockchain and Internet of ThingsBlockchain and Internet of Things
Blockchain and Internet of Things
Valerie Lampkin
 
Blockchain technology for the grid
Blockchain technology for the gridBlockchain technology for the grid
Blockchain technology for the grid
malikmayank
 
Everything Blockchain Presentation - Feb 2022
Everything Blockchain Presentation -  Feb 2022Everything Blockchain Presentation -  Feb 2022
Everything Blockchain Presentation - Feb 2022
RedChip Companies, Inc.
 
Write Smart Contract with Solidity on Ethereum
Write Smart Contract with Solidity on EthereumWrite Smart Contract with Solidity on Ethereum
Write Smart Contract with Solidity on Ethereum
劉 維仁
 
Blockchain smart cities
Blockchain smart citiesBlockchain smart cities
Blockchain smart cities
Charles Sahoo
 
Blockchain use cases in 2022 real world industry applications
Blockchain use cases in 2022 real world industry applicationsBlockchain use cases in 2022 real world industry applications
Blockchain use cases in 2022 real world industry applications
ArpitGautam20
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
PalakGulati10
 

What's hot (20)

Blockchain Smart Contract v5
Blockchain   Smart Contract v5Blockchain   Smart Contract v5
Blockchain Smart Contract v5
 
Top 10 companies using blockchain for healthcare security
Top 10 companies using blockchain for healthcare securityTop 10 companies using blockchain for healthcare security
Top 10 companies using blockchain for healthcare security
 
Blockchain for Media & Entertainment
Blockchain for Media & EntertainmentBlockchain for Media & Entertainment
Blockchain for Media & Entertainment
 
The Soft Skills of Great Software Developers
The Soft Skills of Great Software DevelopersThe Soft Skills of Great Software Developers
The Soft Skills of Great Software Developers
 
The best smart contract platforms in 2021
The best smart contract platforms in 2021The best smart contract platforms in 2021
The best smart contract platforms in 2021
 
Blockchain Cook County - Distributed Ledgers for Land Records
Blockchain Cook County - Distributed Ledgers for Land RecordsBlockchain Cook County - Distributed Ledgers for Land Records
Blockchain Cook County - Distributed Ledgers for Land Records
 
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
Blockchain 101 | Blockchain Tutorial | Blockchain Smart Contracts | Blockchai...
 
Blockchain Technology.pptx
Blockchain Technology.pptxBlockchain Technology.pptx
Blockchain Technology.pptx
 
The Web3 Data Economy: Ocean Protocol
The Web3 Data Economy: Ocean ProtocolThe Web3 Data Economy: Ocean Protocol
The Web3 Data Economy: Ocean Protocol
 
Webinar digitally transforming healthcare with blockchain
Webinar   digitally transforming healthcare with blockchainWebinar   digitally transforming healthcare with blockchain
Webinar digitally transforming healthcare with 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 Digital Transformation Presentation
Blockchain Digital Transformation PresentationBlockchain Digital Transformation Presentation
Blockchain Digital Transformation Presentation
 
Blockchain basics
Blockchain basicsBlockchain basics
Blockchain basics
 
Blockchain and Internet of Things
Blockchain and Internet of ThingsBlockchain and Internet of Things
Blockchain and Internet of Things
 
Blockchain technology for the grid
Blockchain technology for the gridBlockchain technology for the grid
Blockchain technology for the grid
 
Everything Blockchain Presentation - Feb 2022
Everything Blockchain Presentation -  Feb 2022Everything Blockchain Presentation -  Feb 2022
Everything Blockchain Presentation - Feb 2022
 
Write Smart Contract with Solidity on Ethereum
Write Smart Contract with Solidity on EthereumWrite Smart Contract with Solidity on Ethereum
Write Smart Contract with Solidity on Ethereum
 
Blockchain smart cities
Blockchain smart citiesBlockchain smart cities
Blockchain smart cities
 
Blockchain use cases in 2022 real world industry applications
Blockchain use cases in 2022 real world industry applicationsBlockchain use cases in 2022 real world industry applications
Blockchain use cases in 2022 real world industry applications
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 

Similar to Blockchain Technology Explained

Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
ArcadePrinters
 
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
JOELCONTACTS
 
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdfBlockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Harry977415
 
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
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
Abhishek Jaiswal
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
Nimmy Solomon
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
Rohit Verma
 
Blockchain-SSM.pptx
Blockchain-SSM.pptxBlockchain-SSM.pptx
Blockchain-SSM.pptx
Aditya786867
 
P5 to blockchain or not to blockchain
P5 to blockchain or not to blockchainP5 to blockchain or not to blockchain
P5 to blockchain or not to blockchain
devid8
 
The Potential of Blockchain Technology
The Potential of Blockchain TechnologyThe Potential of Blockchain Technology
The Potential of Blockchain Technology
Pioneers.io
 
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
 
Blockchain technology is best explained timeline, types, uses and how to invest
Blockchain technology is best explained timeline, types, uses and how to investBlockchain technology is best explained timeline, types, uses and how to invest
Blockchain technology is best explained timeline, types, uses and how to invest
My Geek Score
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
Zied GUESMI
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in Space
AlecHo7
 
How Blockchain Technology Is Evolving In The Cloud
How Blockchain Technology Is Evolving In The CloudHow Blockchain Technology Is Evolving In The Cloud
How Blockchain Technology Is Evolving In The Cloud
ShikhaKonda
 
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdfHow Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
PeeterParkar
 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
ChelladuraiBose1
 
Understanding blockchaintechnology
Understanding blockchaintechnologyUnderstanding blockchaintechnology
Understanding blockchaintechnology
SubhashKumar329
 
Understanding blockchaintechnology
Understanding blockchaintechnology Understanding blockchaintechnology
Understanding blockchaintechnology
SubhashKumar329
 
chapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxchapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptx
AschalewAyele2
 

Similar to Blockchain Technology Explained (20)

Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
 
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
 
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdfBlockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
Blockchain Facts_What Is It, How IT Works and How Can It Be Used.pdf
 
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | CryptocurrencyBlockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
Blockchain Technology | Bitcoin | Ethereum Coin | Cryptocurrency
 
Abhishek jaiswal blockchain
Abhishek jaiswal blockchainAbhishek jaiswal blockchain
Abhishek jaiswal blockchain
 
Blockchain Technology
Blockchain TechnologyBlockchain Technology
Blockchain Technology
 
Blockchain tutorial
Blockchain tutorial Blockchain tutorial
Blockchain tutorial
 
Blockchain-SSM.pptx
Blockchain-SSM.pptxBlockchain-SSM.pptx
Blockchain-SSM.pptx
 
P5 to blockchain or not to blockchain
P5 to blockchain or not to blockchainP5 to blockchain or not to blockchain
P5 to blockchain or not to blockchain
 
The Potential of Blockchain Technology
The Potential of Blockchain TechnologyThe Potential of Blockchain Technology
The Potential of Blockchain 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?
 
Blockchain technology is best explained timeline, types, uses and how to invest
Blockchain technology is best explained timeline, types, uses and how to investBlockchain technology is best explained timeline, types, uses and how to invest
Blockchain technology is best explained timeline, types, uses and how to invest
 
Blockchain Presentation
Blockchain PresentationBlockchain Presentation
Blockchain Presentation
 
SpaceChain - Blockchain in Space
SpaceChain - Blockchain in SpaceSpaceChain - Blockchain in Space
SpaceChain - Blockchain in Space
 
How Blockchain Technology Is Evolving In The Cloud
How Blockchain Technology Is Evolving In The CloudHow Blockchain Technology Is Evolving In The Cloud
How Blockchain Technology Is Evolving In The Cloud
 
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdfHow Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
How Blockchain Technology Is Evolving In The Cloud - GoDgtl.pdf
 
BLOCKCHAIN.pptx
BLOCKCHAIN.pptxBLOCKCHAIN.pptx
BLOCKCHAIN.pptx
 
Understanding blockchaintechnology
Understanding blockchaintechnologyUnderstanding blockchaintechnology
Understanding blockchaintechnology
 
Understanding blockchaintechnology
Understanding blockchaintechnology Understanding blockchaintechnology
Understanding blockchaintechnology
 
chapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptxchapter 4 Selected Topics in computer.pptx
chapter 4 Selected Topics in computer.pptx
 

More from MdSaifulIslam289

Report on Top 5 Sweeper Truck Manufacturers in the World.pdf
Report on Top 5 Sweeper Truck Manufacturers in the World.pdfReport on Top 5 Sweeper Truck Manufacturers in the World.pdf
Report on Top 5 Sweeper Truck Manufacturers in the World.pdf
MdSaifulIslam289
 
Immobilienmakler ludwigsburg.........pdf
Immobilienmakler ludwigsburg.........pdfImmobilienmakler ludwigsburg.........pdf
Immobilienmakler ludwigsburg.........pdf
MdSaifulIslam289
 
Immobilienmakler Heilbronn...........pdf
Immobilienmakler Heilbronn...........pdfImmobilienmakler Heilbronn...........pdf
Immobilienmakler Heilbronn...........pdf
MdSaifulIslam289
 
Immobilienmakler Berlin Rudow........pdf
Immobilienmakler Berlin Rudow........pdfImmobilienmakler Berlin Rudow........pdf
Immobilienmakler Berlin Rudow........pdf
MdSaifulIslam289
 
Jay Meeks NC rapper on the rise .pdf
Jay Meeks NC rapper on the rise     .pdfJay Meeks NC rapper on the rise     .pdf
Jay Meeks NC rapper on the rise .pdf
MdSaifulIslam289
 
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
MdSaifulIslam289
 
Web Design Dubai.pdf
Web Design Dubai.pdfWeb Design Dubai.pdf
Web Design Dubai.pdf
MdSaifulIslam289
 
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdfOBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
MdSaifulIslam289
 
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdfGUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
MdSaifulIslam289
 
Cigar Review Pages
Cigar Review PagesCigar Review Pages
Cigar Review Pages
MdSaifulIslam289
 
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
MdSaifulIslam289
 
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
MdSaifulIslam289
 
Bitcoin King of The Coins
Bitcoin King of The CoinsBitcoin King of The Coins
Bitcoin King of The Coins
MdSaifulIslam289
 
Glampings.com
Glampings.comGlampings.com
Glampings.com
MdSaifulIslam289
 
Invest in Virtual Real Estate and NFT's
Invest in Virtual Real Estate and NFT'sInvest in Virtual Real Estate and NFT's
Invest in Virtual Real Estate and NFT's
MdSaifulIslam289
 
Wurth catalog clothes
Wurth catalog clothesWurth catalog clothes
Wurth catalog clothes
MdSaifulIslam289
 
Повний каталог Компанії Тривіта
Повний каталог Компанії ТривітаПовний каталог Компанії Тривіта
Повний каталог Компанії Тривіта
MdSaifulIslam289
 
Craft 12 Distinctive Avatars from a Single Photo with Avatarly
Craft 12 Distinctive Avatars from a Single Photo with AvatarlyCraft 12 Distinctive Avatars from a Single Photo with Avatarly
Craft 12 Distinctive Avatars from a Single Photo with Avatarly
MdSaifulIslam289
 
Jefferson and the wall between church and state by Ryan Bilodeau
Jefferson and the wall between church and state by Ryan BilodeauJefferson and the wall between church and state by Ryan Bilodeau
Jefferson and the wall between church and state by Ryan Bilodeau
MdSaifulIslam289
 
Institute for Drought Research and Global Greening in Africa, Europe and Sout...
Institute for Drought Research and Global Greening in Africa, Europe and Sout...Institute for Drought Research and Global Greening in Africa, Europe and Sout...
Institute for Drought Research and Global Greening in Africa, Europe and Sout...
MdSaifulIslam289
 

More from MdSaifulIslam289 (20)

Report on Top 5 Sweeper Truck Manufacturers in the World.pdf
Report on Top 5 Sweeper Truck Manufacturers in the World.pdfReport on Top 5 Sweeper Truck Manufacturers in the World.pdf
Report on Top 5 Sweeper Truck Manufacturers in the World.pdf
 
Immobilienmakler ludwigsburg.........pdf
Immobilienmakler ludwigsburg.........pdfImmobilienmakler ludwigsburg.........pdf
Immobilienmakler ludwigsburg.........pdf
 
Immobilienmakler Heilbronn...........pdf
Immobilienmakler Heilbronn...........pdfImmobilienmakler Heilbronn...........pdf
Immobilienmakler Heilbronn...........pdf
 
Immobilienmakler Berlin Rudow........pdf
Immobilienmakler Berlin Rudow........pdfImmobilienmakler Berlin Rudow........pdf
Immobilienmakler Berlin Rudow........pdf
 
Jay Meeks NC rapper on the rise .pdf
Jay Meeks NC rapper on the rise     .pdfJay Meeks NC rapper on the rise     .pdf
Jay Meeks NC rapper on the rise .pdf
 
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
Kingsway Capital Manuel Stotz e-shisha tobacco marketing memo leaked money la...
 
Web Design Dubai.pdf
Web Design Dubai.pdfWeb Design Dubai.pdf
Web Design Dubai.pdf
 
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdfOBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
OBTAINING A GERMAN FAIR-VISA FOR FOREIGN CITIZENS.pdf
 
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdfGUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
GUIDE FOR OBTAINING A JOB SEEKER VISA.pdf
 
Cigar Review Pages
Cigar Review PagesCigar Review Pages
Cigar Review Pages
 
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
Aufklärung Erklärungen Meinungen und wichtige Mitteilungen zur Pandemie-Aufar...
 
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
Navigating the Future of Learning and Development 2024 Outlook by Ravinder Tu...
 
Bitcoin King of The Coins
Bitcoin King of The CoinsBitcoin King of The Coins
Bitcoin King of The Coins
 
Glampings.com
Glampings.comGlampings.com
Glampings.com
 
Invest in Virtual Real Estate and NFT's
Invest in Virtual Real Estate and NFT'sInvest in Virtual Real Estate and NFT's
Invest in Virtual Real Estate and NFT's
 
Wurth catalog clothes
Wurth catalog clothesWurth catalog clothes
Wurth catalog clothes
 
Повний каталог Компанії Тривіта
Повний каталог Компанії ТривітаПовний каталог Компанії Тривіта
Повний каталог Компанії Тривіта
 
Craft 12 Distinctive Avatars from a Single Photo with Avatarly
Craft 12 Distinctive Avatars from a Single Photo with AvatarlyCraft 12 Distinctive Avatars from a Single Photo with Avatarly
Craft 12 Distinctive Avatars from a Single Photo with Avatarly
 
Jefferson and the wall between church and state by Ryan Bilodeau
Jefferson and the wall between church and state by Ryan BilodeauJefferson and the wall between church and state by Ryan Bilodeau
Jefferson and the wall between church and state by Ryan Bilodeau
 
Institute for Drought Research and Global Greening in Africa, Europe and Sout...
Institute for Drought Research and Global Greening in Africa, Europe and Sout...Institute for Drought Research and Global Greening in Africa, Europe and Sout...
Institute for Drought Research and Global Greening in Africa, Europe and Sout...
 

Recently uploaded

3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
tanyjahb
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Arihant Webtech Pvt. Ltd
 
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
BBPMedia1
 
Filing Your Delaware Franchise Tax A Detailed Guide
Filing Your Delaware Franchise Tax A Detailed GuideFiling Your Delaware Franchise Tax A Detailed Guide
Filing Your Delaware Franchise Tax A Detailed Guide
YourLegal Accounting
 
FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
LR1709MUSIC
 
chapter 10 - excise tax of transfer and business taxation
chapter 10 - excise tax of transfer and business taxationchapter 10 - excise tax of transfer and business taxation
chapter 10 - excise tax of transfer and business taxation
AUDIJEAngelo
 
What are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdfWhat are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdf
HumanResourceDimensi1
 
Digital Transformation in PLM - WHAT and HOW - for distribution.pdf
Digital Transformation in PLM - WHAT and HOW - for distribution.pdfDigital Transformation in PLM - WHAT and HOW - for distribution.pdf
Digital Transformation in PLM - WHAT and HOW - for distribution.pdf
Jos Voskuil
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
dylandmeas
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
Operational Excellence Consulting
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
sarahvanessa51503
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
seri bangash
 
Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111
zoyaansari11365
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
taqyed
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
Cynthia Clay
 
Set off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptxSet off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptx
HARSHITHV26
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
seoforlegalpillers
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
Workforce Group
 
Attending a job Interview for B1 and B2 Englsih learners
Attending a job Interview for B1 and B2 Englsih learnersAttending a job Interview for B1 and B2 Englsih learners
Attending a job Interview for B1 and B2 Englsih learners
Erika906060
 
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
BBPMedia1
 

Recently uploaded (20)

3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx3.0 Project 2_ Developing My Brand Identity Kit.pptx
3.0 Project 2_ Developing My Brand Identity Kit.pptx
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
 
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
 
Filing Your Delaware Franchise Tax A Detailed Guide
Filing Your Delaware Franchise Tax A Detailed GuideFiling Your Delaware Franchise Tax A Detailed Guide
Filing Your Delaware Franchise Tax A Detailed Guide
 
FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134FINAL PRESENTATION.pptx12143241324134134
FINAL PRESENTATION.pptx12143241324134134
 
chapter 10 - excise tax of transfer and business taxation
chapter 10 - excise tax of transfer and business taxationchapter 10 - excise tax of transfer and business taxation
chapter 10 - excise tax of transfer and business taxation
 
What are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdfWhat are the main advantages of using HR recruiter services.pdf
What are the main advantages of using HR recruiter services.pdf
 
Digital Transformation in PLM - WHAT and HOW - for distribution.pdf
Digital Transformation in PLM - WHAT and HOW - for distribution.pdfDigital Transformation in PLM - WHAT and HOW - for distribution.pdf
Digital Transformation in PLM - WHAT and HOW - for distribution.pdf
 
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdfMeas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
Meas_Dylan_DMBS_PB1_2024-05XX_Revised.pdf
 
Sustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & EconomySustainability: Balancing the Environment, Equity & Economy
Sustainability: Balancing the Environment, Equity & Economy
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
 
Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Set off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptxSet off and carry forward of losses and assessment of individuals.pptx
Set off and carry forward of losses and assessment of individuals.pptx
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
 
Attending a job Interview for B1 and B2 Englsih learners
Attending a job Interview for B1 and B2 Englsih learnersAttending a job Interview for B1 and B2 Englsih learners
Attending a job Interview for B1 and B2 Englsih learners
 
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
RMD24 | Retail media: hoe zet je dit in als je geen AH of Unilever bent? Heid...
 

Blockchain Technology Explained

  • 1. 1/14 Blockchain Technology Explained leewayhertz.com/blockchain-technology-explained/ You must have heard about the term “blockchain,” in reference to Bitcoin and other cryptocurrencies. Many people believe Bitcoin is Blockchain; however, blockchain is a technology that underlies digital currencies. If you are new to blockchain technology and cryptocurrencies, this article will help you understand the technology in more depth. Let’s start with the history of blockchain and understand how blockchain emerged and how it is different from other technologies. In this article, we shall discuss the following topics: History of Blockchain Technology What is Blockchain? How does Blockchain work? Types of consensus protocols Applications of Blockchain Technology Types of Blockchain Platforms History of Blockchain Technology It seems unbelievable, but people started to think about the blockchain as a new internet era back in 1991. W.Scott Stornetta and Stuart Haber imagined the technology that people call blockchain today. They initiated working on cryptographically secured blocks in a chain that no one could tamper with timestamps.
  • 2. 2/14 These guys upgraded the system and incorporated Merkle trees to enhance efficiency and collect various documents on a single block. But the technology started to gain importance in 2008 when an unknown person or group named Satoshi Nakamoto introduced the blockchain again. Satoshi published a whitepaper titled “Bitcoin: a peer-to-peer electronic cash system.” The document defines how to create a secure and transparent digital currency without a central entity or bank’s involvement. Though the document did not contain the term “blockchain,” it outlined the way blockchain technology works. Satoshi launched Bitcoin in January 2009, but he left the project after some time and handed over the Bitcoin development to other developers. Since then, developers have started to build a new peer-to-peer currency that does not involve central entities. The world’s first cryptocurrency exchange, Bitcoin Market, was set up in 2010 and the Bitcoin Pizza Guy, Lazlo Hanyecz, made the first real payment in BTC. If someone asks when blockchain was invented, we can say it was founded in 1991. What is Blockchain?
  • 4. 4/14 According to the authors of “Blockchain Revolution,” Don & Alex Tapscott, “The blockchain is an incorruptible digital ledger of economic transactions that can be programmed to record not just financial transactions but virtually everything of value.” Blockchain is neither a company nor software; it is a new and innovative way of documenting information on the internet. A blockchain is a chain of time-stamped blocks that contain an immutable record of data and is managed by a cluster of nodes, not by any single authority. Every block of data is secured and linked to each other with cryptography principles. Let’s discuss the blocks in more depth. Blocks A block can be considered as a page in the ledger. Each block comprises data, timestamp, a hash of the block and a hash of the previous block. The data saved in a block depends on the type of blockchain. For instance, blocks in the Bitcoin blockchain store the details about a transaction like a sender, receiver and balance in the form of number of coins. Hash of the block acts as a fingerprint as it gives a unique identification to the blocks and the contents it includes. All transactions in a block are represented as a hash. Hash of a previous block is always added to a new block to maintain chronology and ensure that blocks are valid. A timestamp includes the time when the block was created to keep track of the block’s creation and updation time. A new block should always point to the previous block. In case a block added to the chain does not contain the valid hash value of the last block, it means the block has been tampered with.
  • 5. 5/14 Altering any block within the network would make all the blocks invalid in the blockchain. Hashing mechanism is not enough to protect the blockchain from tampering or manipulation. As computers are fast nowadays, hackers can quickly recalculate hash values of the blocks and invalidate them. To ensure that there is no single entity controlling the network’s information, the blocks get distributed across all machines, specifically called nodes on the network. Every node keeps a copy on the ledger so that data is never lost and remains accessible to all members present on the network. When some information is added to the blockchain, all nodes agree if the data is valid. Now the question is, how do nodes agree on adding new blocks to the blockchain. The answer is a consensus algorithm. Since there are different blockchain platforms available, different consensus algorithms are used to agree if a block should be added to the blockchain or not. Now, let’s understand how does blockchain technology work. How does Blockchain work? Blockchain works on the following concepts: Private Key Cryptography Distributed Network with a Shared Ledger An incentive to service the network’s transactions, security and record-keeping Private Key Cryptography If two people want to transact over the internet, every one of them should hold a private and public key. The blockchain uses this concept to ensure a secure digital identity of the users. The combination of private and public keys can be viewed as a type of consent by creating a unique digital signature. Holding public and private key offers reliable control of ownership to the users. However, cryptography is not enough to protect digital relationships. It should be combined with authorization (a means of validating permissions and transactions). In the case of blockchain, authorization is done via a distributed network. Distributed Network with a shared ledger
  • 6. 6/14 The benefit of a distributed network can be explained by the example “trees were cut down.” We could be sure about cutting down the trees in the forest if there were cameras to record that incident. Though the particulars (why and how) behind the event can be unclear, we have visual evidence that it happened. Similarly, in the case of blockchain, validators on the network are like cameras who reach a consensus that they noticed the same thing happening simultaneously. However, they use mathematical verification of computation instead of cameras. A node on the network starts a transaction by creating it and signing it with its private key. Transactions comprise the logic of transfer of value, source and destination addresses, rules and validation information. The next step is that the transaction must be verified. A network of computers on the blockchain verifies the transactions to be stored in a block. Once they confirm that the transaction happened, they add it to the block. Block containing the information, digital signature and timestamp, is broadcast to all the nodes in the network to provide them accessibility at all times. Once written to the blockchain, the data cannot be edited or deleted, making it an incorruptible ledger of transactions. Following are the different types of consensus protocols used for validating transactions on the blockchain Proof of Work Proof of Work is a consensus protocol that aims to deter cyber attacks like distributed denial of service attacks, exhausting a computer system’s resources with multiple fake requests. The proof of work was introduced when Bitcoin came into existence. But this term was coined by Ari Juels and Markus Jakobsson in a published document in 1999. It is a way to define an expensive and cumbersome computer calculation called mining. Mining is performed to create a group of trustless transactions on a distributed ledger, blockchain. Mining is used for the following functions: Verifying the transactions’ legitimacy or ignoring double-spending Creating digital currencies by giving rewards to miners for performing previous tasks The node that finds the mathematical power solution can only authorize transactions and add new blocks to the blockchain network. Proof of work consensus prevents tampering of the blocks as one needs to re-evaluate the computer computation for all blocks in the
  • 7. 7/14 network. Proof of Stake Proof of Stake (PoS) is a consensus algorithm to achieve distributed consensus and validate transactions. Suggested initially in 2011, it was first implemented by cryptocurrency, Peercoin, in 2012. The algorithm is energy efficient and secure. In proof of work consensus algorithm, miners who solve mathematical problems are rewarded for creating new blocks and validating transactions. However, with the proof of stake algorithm, the next block’s creator is selected randomly, depending on how much wealth (cryptocurrencies) the user holds or for how long the user has been keeping that specific digital currency. Proof of stake requires considerably less energy and therefore, it is cost-effective compared to the proof of work algorithm. Moreover, there is less need to release too many coins to incentivize miners to manage the network. The algorithm is helpful in inspiring individuals to participate in the system and protecting the network from any individual who wants to control it. An individual or a group of individuals has to own the majority of coins to carry out a 51% attack on the network. First of all, it would be expensive for attackers to acquire enough coins. Individuals would exit the digital currency if a single party started buying everything. Also, the price would ramp up to prevent a hostile takeover. Moreover, attacking the network would decrease the coins’ value that the attacker is holding. Proof of stake algorithm also has a drawback and faces a “nothing at stake” problem. The challenge occurs when block generators don’t have anything to lose by preventing the conflict from resolving and supporting changing blockchain histories. Delegated Proof of Stake Delegated Proof of Stake (DPoS) is a type of consensus algorithm that aims to secure a blockchain by enhancing the speed of block creation and transactions while not affecting the decentralized incentive structure. Users have to put their currency at stake with the proof of stake consensus mechanism to earn the right to authorize transactions, earn rewards and forge blocks. On the other hand, Delegated Proof of Stake Consensus, a variation of PoS, aims to achieve consensus efficiently. DPoS uses the election process to maintain the consensus. Users of DPoS based blockchain vote to choose witnesses and earn more votes to validate transactions on the network. Users can also pass on their voting power to other users whom they can trust to vote on their behalf.
  • 8. 8/14 Votes are evaluated based on the size of the voter’s stake. It means that users do not require a significant stake in getting into the top tier of witnesses. Instead, votes from users with a considerable stake can select users with a small stake for the witnesses’ top tier. The number of witnesses required in the top tier is capped at a specific number who need to create blocks, validate transactions and are awarded the associated fees. Witnesses cannot modify the details of transactions, yet they can prevent certain transactions from being included in a new block. Therefore, they are similar to that of the miners in a proof of work system. Users in DPoS consensus-based network can also vote for a group of delegates, trusted parties for managing the network. The representatives look after the blockchain protocol’s performance and governance but do not validate transactions and create blocks. Leased Proof of Stake Another addition to the original Proof of Stake is the Leased Proof of Stake. The Waves platform introduced this new consensus algorithm that offers a better catch with a limited amount of power consumption. The original proof of stake never allowed individuals with limited coins to participate in staking. In the Leased Proof of Stake algorithm, the smallholders can also participate in the staking process by leasing their coins to the network and avail the benefit. The situation changed drastically after the introduction of leased PoS. Proof of Elapsed Time (PoET) PoET is one of the efficient consensus algorithms used on the permissioned blockchain where you need permission to access the network. Proof of Elapsed Time algorithm uses a specific technique to cover transparency in the whole network and ensures a secure login. Every individual on the network waits for a particular amount of time, but that time limit is random. An individual who finishes their share of waiting time can get on the ledger for creating a new block. Now, the question is whether individuals wait for the specific time they were assigned or not. The algorithm depends on a CPU requirement called Intel Software Guard Extension. The Intel Software Guard Extension is responsible for running unique codes on the network. By using this system, PoET ensures that the winning is purely fair. Byzantine Fault Tolerance (BFT) The Byzantine Generals Problem was introduced in 1982 by Lamport, Pease and Shostak to ensure that malfunctioned components giving conflict information are managed within a system.
  • 9. 9/14 BFT manages different types of faults related to the Byzantine General’s Problem. The algorithm states that two nodes on the network can interact securely across the network, knowing that they display the same data. In a peer-to-peer network, the consensus is reached if non-faulty or loyal nodes achieve a uniform agreement on their decision. In BFT, an incoming message is repeatedly sent to the other recipients of that message. All the nodes assume that repeating a message eliminates the issue of Byzantine nodes. Practical Byzantine Fault Tolerance (PBFT) Practical Byzantine Fault Tolerance usually focuses on the state machine. It gets rid of the Byzantine general problem by replicating the system. The algorithm starts with assuming that independent nodes can malfunction the network and possible failures in the system. Also, all the nodes are arranged in a particular order. In PBFT, one node is selected as the primary node, while others serve as a backup plan. All the nodes in the system work uniformly and interact with each other. In the PBFT consensus mechanism, every node wants to verify information found on the network, thereby avoiding unreliable information problems. However, they can find out even if one of the nodes gets compromised and all nodes reach an agreement with majority voting. Delegated Byzantine Fault Tolerance (DBFT) Though the blockchain ecosystem usually follows the widely known consensus algorithms, Proof of Work and Proof of Stake, some try to impose advanced consensus systems. NEO is one of the popular blockchain platforms that has developed a new consensus protocol, Delegated Byzantine Fault Tolerance, similar to the DPoS. Every user on the NEO blockchain can select delegates who represent their interests. Users holding the native cryptocurrency have a specific interest in the platform. It works similar to a country’s government that has citizens, speakers and delegates. Citizens imply NEO tokens holders, delegates imply bookkeeping nodes, while the speaker is one of the randomly chosen delegates. Citizens vote for delegates where every citizen can vote regardless of the tokens they hold. One of the delegates is selected randomly to become a speaker. The role of delegates is to listen to citizens’ demands, which are the different transactions that occurred on the network. Delegates keep a tab on all transactions and record them on a ledger. The speaker who is randomly chosen proposes their block to verify a block. They send the block to all other delegates so that delegates could match their block with the speaker’s block and ensure validity.
  • 10. 10/14 2/3 of the delegates have to agree upon the block proposed by the speaker before it is validated and added to the network. In case 2/3 of the delegates do not agree, a new speaker is chosen and the whole procedure repeats. Simplified Byzantine Fault Tolerance (SBFT) The simplified Byzantine Fault Tolerance consensus algorithm works in a bit different way. In this mechanism, a block generator first collects all the transactions and authorizes them after batching them together in a new block. All the network nodes have to follow specific rules applied by the block generator to validate transactions. Once the generator applies the rules, a block signer confirms them and adds their signature to it. Transactions get rejected if any of the blocks miss one of the keys. Asynchronous Byzantine Fault Tolerance (ABFT) Asynchronous Byzantine Fault Tolerance consensus mechanism represents the system’s ability to keep honest consensus in the network despite propagating invalid messages or malicious nodes failing. Deterministic Byzantine cannot be asynchronous ultimately with unbounded message delays, yet guarantee consensus using FLP theorem. However, non-deterministic systems can reach an agreement with probability one. Once we have understood different types of consensus algorithms, it’s time to discuss some of the blockchain platforms used to build blockchain apps with ease. Applications of Blockchain Technology Smart Contracts A smart contract is a computer code that executes automatically when specific conditions are met. Ethereum blockchain platform is an open-source project that was developed specifically to introduce smart contracts. Unlike traditional contracts, smart contracts do not depend on any third-party or intermediary to bring trust. Instead, smart contracts are coded as the agreement between two or more parties. Since smart contracts are based on a decentralized system between all authorized parties, you don’t need to pay intermediaries, thereby saving time and conflicts. Settlements in various business processes can be made automatically and quickly with smart contracts on the blockchain.
  • 11. 11/14 Sharing Economy Companies like Airbnb and Uber are growing at a rapid pace and therefore, the concept of sharing economy has marked a success. However, users have to depend on an intermediary or centralized authority like Uber to access ride-sharing services. With peer-to-peer payments, the blockchain represents an opportunity to enable direct interaction between parties. Startups like SnagRide and BeeToken are becoming blockchain’s Uber and Airbnb, respectively. These platforms allow users to connect directly with each other instead of a centralized authority or third-party. It allows you to transact without any transaction fees. Supply Chain Audits Socially-active consumers nowadays want to know that claims companies make about their products are real. Distributed ledgers offer an easy and quick way to backtrace the products within the supply chain in real-time at all locations. Blockchain-based timestamping of a date and location brings transparency to the supply chain ecosystem. For instance, there is a UK-based Provenance that provides supply chain audit services for consumer goods. The provenance project built on the Ethereum blockchain ensures that Indonesia’s suppliers have harvested fish sold in Japanese Sushi restaurants. Intellectual Property Protection Digital information can be distributed and reproduced quickly using the internet. As a result, it has given web users a goldmine of freely available content. Copyright holders currently lose control over their intellectual property, thereby facing financial loss.Smart contracts come as a solution as they can protect copyrights and automate content sales, eliminating the risk of redistribution. For example, Mycelia uses blockchain smart contracts to build a peer-to-peer music distribution system that allows musicians to sell their songs directly to audiences and producers’ license samples. Also, the platform enables users to make payments in fractional cryptocurrency amounts. Identity Management Everyone nowadays performs various tasks on the internet ranging from shopping to sending payment online and communicating with people on social media channels. All such tasks require a digital identity and with increasing online interactions, data loss and thefts are emerging day by day.Every time a person enters their personal information on digital platforms, it gets stored on various unknown databases on the internet. Their information is shared without even their consent. However, blockchain can overcome such challenges by eliminating central authorities’ need and giving control over the digital identity to individuals. Sharing multiple IDs for different purposes can lead to data breaches and privacy concerns. Blockchain provides the path to self-sovereign identity on a decentralized network that assures identity documents are verified and endorsed by permissioned participants on the network. It offers the control of digital identity in identity owners’ hands instead of third-party companies or intermediaries.
  • 12. 12/14 Here are some of the popular blockchain platforms used to develop blockchain applications Ethereum Ethereum is an open-source blockchain platform used for running smart contracts on a custom blockchain. It comes with an Ethereum Virtual Machine that offers the run-time environment to Ethereum based smart contracts. Each node on the network runs an EVM implementation. Ethereum is a public blockchain platform developed to provide restricted access versus mass consumption. The current version of Ethereum uses the Proof of Work consensus algorithm; however, it might change to the Proof of Stake algorithm in the ETH 2.0 version. It has a native cryptocurrency called Ether, used to fuel the entire Ethereum ecosystem. A developer building the apps on Ethereum needs to pay fees in Ether to execute transactions and run apps on the network. EOS EOS is the robust blockchain architecture designed to offer vertical and horizontal scaling of dApps. EOS platform provides authentication, asynchronous communication, accounts, databases and application scheduling across multiple CPU clusters/cores.EOS blockchain platform can scale to millions of transactions in a second, allow quick deployment of dApps and eliminate user fees. It enables parties looking to launch blockchain apps to determine the permissions. As a result, developers can create both private and public blockchains using the EOS platform. Stellar Stellar is an open-source distributed payment ledger that can connect payment systems, banks and people. It allows developers to build banking tools, mobile wallets and anything that involves payments. With the Stellar Consensus Protocol (SCP), the consensus can be achieved without relying on a closed system to record financial transactions. By pausing the network’s progress until an agreement is reached, SCP optimizes for safety over liveness. Hyperledger Sawtooth Hyperledger Sawtooth is a blockchain platform for enterprises designed to build distributed ledger networks and applications. By separating the core system from the app domain, Hyperledger Sawtooth streamlines the blockchain app development. It allows developers to specify the business rules of the applications in the language of their choice.
  • 13. 13/14 The platform is highly modular and allows applications to select the permissioning, consensus algorithms and transaction rules according to the unique business needs. Hyperledger Fabric Hyperledger Fabric is a distributed ledger platform supported by a modular architecture to deliver high degrees of scalability, resiliency, confidentiality and flexibility. Unlike an open, permissionless system that allows unauthorized identities to partake in the network, Hyperledger Fabric is private and permissioned. It enrolls participants of the network through a trusted Membership Service Provider (MSP). Hedera Hashgraph Hedera Hashgraph is a lightning-fast, secure and fair platform that provides a new type of distributed consensus. Built on the hashgraph distributed consensus algorithm, the platform can process hundreds of thousands of transactions per second in a single shared. As a result, its consensus latency is measured in seconds. Using asynchronous Byzantine Fault Tolerance, the platform is resilient to DDoS attacks against the consensus algorithm and achieves a high-security level at scale. Smart contracts on the Hedera Network offer an optional mechanism called “binding arbitration.” This mechanism states that the smart contracts deployed with a list of public- key arbitrators can be updated to add new features and fix bugs/issues. Once the designated arbitrator agrees on smart contracts updation, the arbitrator’s keys approve the transaction with a new bytecode and the change is reflected. At LeewayHertz, we have a workforce of blockchain developers helping businesses become transparent yet secure with blockchain technology.