Update: Blockchain#67
Open
KenMan79 wants to merge 1 commit intoEthBuilders:masterfrom
KenMan79:patch-19
Open
Conversation
| 👷 | Blockchain | A digital database containing information that can be simultaneously used or shared within a large decentralized, publicly accessible network .A blockchain is a digital record of transactions in which individual records, called blocks, are linked together in a single list, called a chain. Blockchains are used for recording transactions and have many other applications. Each transaction added to a blockchain is validated by multiple computers on the internet. These systems monitor specific types of transactions, form a peer to peer networks. They work together to ensure each transaction is valid before it's added to the blockchain. This decentralized network of computers ensures that a single system can't add invalid blocks to the chain. When new blocks are added to the chain, it's linked to the previous block by a cryptographic hash generated from the content of the previous block ensuring the chain is never broken and that each block is permanently recorded.|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
| 👷 | Blockchain | A digital database containing information that can be simultaneously used or shared within a large decentralized, publicly accessible network .A blockchain is a digital record of transactions in which individual records, called blocks, are linked together in a single list, called a chain. Blockchains are used for recording transactions and have many other applications. Each transaction added to a blockchain is validated by multiple computers on the internet. These systems monitor specific types of transactions, form a peer to peer networks. They work together to ensure each transaction is valid before it's added to the blockchain. This decentralized network of computers ensures that a single system can't add invalid blocks to the chain.
When new blocks are added to the chain, it's linked to the previous block by a cryptographic hash generated from the content of the previous block ensuring the chain is never broken and that each block is permanently recorded.|