Add the text "Solidity is a contract-oriented, high-level language for implementing smart contracts." to article (#24862)

This commit is contained in:
Nishanth Ramesh
2019-01-27 22:55:53 +05:30
committed by Christopher McCormack
parent c203c9a76f
commit 94ba6fc6d8

View File

@ -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/)
- [Hyperledger official webpage](https://www.hyperledger.org/)