Smart contracts, what you need to know (Pt 2)

Noku.io
2 min readAug 27, 2018

--

This is the second part in a two-part series. You should read the first part first.

Talking about the application of the smarts contracts within the blockchain and cryptocurrencies industry, they embody business logic within blockchain: the computer programming manages the interactions between the end-user interface and the back-end data systems.

The original Bitcoin protocol did not include a facility for smart contracts: the bitcoin blockchain was designed exclusively as a mean for a P2P cash system. The first platform that included smart contracts in its core design was Ethereum: on the Ethereum blockchain, smart contracts are first written using a human readable high-level language, and then compiled or converted into machine-readable code.

When a smart contract is deployed on the blockchain, it is copied and deployed on all the participating nodes of the network, and when the smart contract is invoked, all nodes execute the smart contract and thus independently verify the resulting transaction.

The importance of smart contracts: independence, savings, security, accuracy.

The sectors of use are the most diverse and currently there are many companies and financial institutions that are experimenting with smart contracts, mainly for four essential reasons:

  • Decentralization. The transaction does not require intermediaries, such as lawyers, notaries or banks
  • Savings. Precisely because they cancel the need for intermediaries, smart contracts let people save money
  • Security. Documents are encrypted, immune to any type of attack and duplicated on all the nodes of the network
  • Accuracy. Smart contracts avoid errors due to human intervention and possible incorrect interpretation of the clauses.

Risks of smart contracts

Smart contracts are a nascent technology: this means that they need a large amount of testing and quality assurance before being deployed. The most common risks of smart contract usage are related to the theft or loss of private keys: since there is no possibility to reset or recreate private keys, users can get locked out of their smart contracts. One way to address this problem? Probably smart contracts that use multi-signatures.

--

--

Noku.io
Noku.io

Written by Noku.io

Play with cryptos at www.noku.io airdrop to all the accounts coming soon…

No responses yet