Add the "line-31" to Article (#36579)

* Add the "line-31" to Article

* Update guide/english/blockchain/smart-contracts/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
pull/25759/head^2
Abhishek Rajendra Wagh 2019-08-12 19:22:53 +05:30 committed by Randell Dawson
parent 01c8554adc
commit 53e966c37c
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ There are many other blockchain projects offering (or promising) smart contract
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.
A Smart Contract in Hyperledger is called chaincode and is written in Golang programming language.
A chaincode is typically used by administrators to group related smart contracts for deployment, but can also be used for low level system programming of Fabric.
## Hello World Smart Contract
```