The originality of blockchain lies in the economic incentive mec
as the name suggests, a blockchain does not need a centralized server, and all information is stored on each node in the chain in a distributed form. Even if a node is damaged or tampered, the operation of the whole blockchain will not be affected, and the data will not be disordered
Second, consensus mechanism
consensus mechanism plays an important role in the trustworthiness of data on blockchain. Due to the decentralized architecture, any two nodes in the chain do not need to trust each other's identity to establish a connection, and there is no need to trust each other for data exchange. Since all nodes in the network can act as "supervisors", there is no need to worry about fraud. When a transaction is completed, all nodes on the blockchain will synchronize this information, so the consensus mechanism is based on the distributed architecture to ensure the data can not be tampered with
Third, smart contract
before we talk about blockchain + smart contract, let's first clarify the meaning of smart contract: a set of commitments defined in digital form, on which contract participants can implement these commitments. Generally speaking, it is a smart contract. In a computer system, when certain conditions are met, the contract can be executed automatically.
Seeing some answers to the debate on the definition of blockchain, I suddenly realize that my answer to this explanation principle has always been directed at bitcoin. There is no specific and unique answer in the instry between the definition of blockchain. Here I first summarize the characteristics of "blockchain" according to the papers I read:
1; Hash chain & quot There are several nodes participating in the system operation (distributed)
3. Reach a consensus on the consistency of basic data (consensus agreement / algorithm) through a certain protocol or algorithm
since bitcoin is currently one of the most typical and influential applications of blockchain, it will be much easier to understand how bitcoin uses blockchain before understanding other forms of blockchain applications