Smart contract blockchain transfer
In recent years, the impact of black technology AI can be described as wave after wave. From dark blue to alphago, people have repeatedly exclaimed at the subtlety of technology and the powerful learning ability of AI
so how will AI combine with blockchain, and what breakthroughs and innovations will it bring
let's look at the evolution of blockchain. From blockchain 1.0 marked by BTC to blockchain 2.0 marked by Ethereum and combined with "smart contract", to blockchain 3.0 marked by EOS with stronger expansibility
as far as BTC is concerned, its function is single. For users, it is nothing more than mining and transfer. So we have an upgraded eth
eth provides a development platform for users to write smart contract publishing applications, but its performance is insufficient and the handling fee is expensive. This is bm's EOS
one of the main reasons why EOS can get people's attention quickly is that it has stronger scalability than Ethereum. It's stable and secure, but "super node power leads to insufficient decentralization" is no more decentralized than eth. In other words, in order to achieve fast enough data processing, it makes a compromise on the degree of decentralization. Then Velas appeared
based on the characteristics of EOS, Velas uses AI to enhance and realize decentralization. By introcing AI (Artificial Intelligence) into the blockchain technology, it solves the disadvantages brought by the rule of man, and automatically adjusts the system through AI to proce the best results without affecting the processing standards of the system, thus recing the cost of consensus
"AI is technological innovation, blockchain is institutional innovation"
smart contract is a contract that uses computer language instead of legal language to record terms. Once it is written, it can be trusted by users. The terms of the contract cannot be changed, so the contract cannot be changed. If the procere meets the conditions, it will be carried out, and there is no human interference to ensure absolute fairness
three technical features of smart contract
● data transparency
all data on the blockchain are open and transparent, so the data processing of smart contract is also open and transparent, and any party can view its code and data at runtime
● can't tamper
all data of the blockchain itself can't be tampered, so the code of the smart contract deployed on the blockchain and the data generated by the operation can't be tampered, and the node running the smart contract doesn't have to worry about malicious modification of the code and data by other nodes
● permanent operation
the number of nodes supporting the blockchain network often reaches hundreds or even thousands. The failure of some nodes will not lead to the stop of the smart contract, and its reliability is close to permanent operation in theory, which ensures that the smart contract can be as effective as the paper contract at all times.
three characteristics of smart contract in blockchain can be summed up:
1) decentralization. It doesn't rely on the centralized server and runs automatically through the network nodes
2) good trust mechanism. The crisis of trust is greatly reced, and it is not necessary to consider whether the participation is trustworthy
3) high degree of autonomy. Once the condition is triggered, the contract will be executed automatically without interference
1-security problem: one of the key problems is security and trust. The smart contract system is designed to be an environment without trust, which means that the mistakes can not be corrected
2 - Privacy: one of the challenges of effective use of blockchain is to provide thorough transparency
3 - unexpected scenario problem: smart contract sounds very good, but how to correctly and appropriately handle the contract execution in unexpected scenarios is a problem.