From 94ba6fc6d80a960364e37153e4f906bf5dc7ac2d Mon Sep 17 00:00:00 2001 From: Nishanth Ramesh <35870845+NishiCodes@users.noreply.github.com> Date: Sun, 27 Jan 2019 22:55:53 +0530 Subject: [PATCH] Add the text "Solidity is a contract-oriented, high-level language for implementing smart contracts." to article (#24862) --- guide/english/blockchain/smart-contracts/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/blockchain/smart-contracts/index.md b/guide/english/blockchain/smart-contracts/index.md index da60a61217..57803f897c 100644 --- a/guide/english/blockchain/smart-contracts/index.md +++ b/guide/english/blockchain/smart-contracts/index.md @@ -19,7 +19,7 @@ Two of the most common technologies used are: There are many other blockchain projects offering (or promising) smart contract capabilities - e.g., EOS, NEO or ICON. They may compete with Ethereum for market adoption (still very low globally) in the future. ### Smart Contracts in Ethereum -Smart contracts in Ethereum are written using Solidity, its a high-level, contract-oriented programmng language, and targets Ethereum Virtual Machine, one can use Remix online IDE to try writting and deploying smart contracts +Smart contracts in Ethereum are written using Solidity. Solidity is a contract-oriented, high-level language for implementing Smart Contracts, and targets the Ethereum Virtual Machine. One can use Remix online IDE to try writing and deploying Smart Contracts. ### Smart Contracts in Hyperledger Smart contracts in Hyperledger is called chaincode, and is written in Golang programming language. @@ -80,4 +80,4 @@ contract Lottery { ### Sources - [Nick Szabo on the concept of smart contracts](http://www.fon.hum.uva.nl/rob/Courses/InformationInSpeech/CDROM/Literature/LOTwinterschool2006/szabo.best.vwh.net/smart.contracts.html) - ["Smart" contracts in Bitcoin](https://bitcoin.org/en/developer-guide#contracts) -- [Hyperledger official webpage](https://www.hyperledger.org/) \ No newline at end of file +- [Hyperledger official webpage](https://www.hyperledger.org/)