From d2901ac0ae1197eb7e8f02f3f1ec33ec6d658f8c Mon Sep 17 00:00:00 2001 From: tess <17119408+Tess2016@users.noreply.github.com> Date: Fri, 10 May 2019 23:11:50 -0400 Subject: [PATCH] Added Go to list (#31469) --- guide/english/blockchain/smart-contracts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/blockchain/smart-contracts/index.md b/guide/english/blockchain/smart-contracts/index.md index ad2d1aad1e..1207e0dc1b 100644 --- a/guide/english/blockchain/smart-contracts/index.md +++ b/guide/english/blockchain/smart-contracts/index.md @@ -17,7 +17,7 @@ Smart Contracts allows the transfer of goods and services without the need for a ## Blockchain Technologies Supporting Smart Contracts Some of the most common technologies used are: -- Ethereum - Created to be a blockchain for smart contracts. The smart contracts run in the Ethereum Virtual Machine (EVM), which can be thought of as a decentralized computer. Ethereum smart contracts can be written in Solidity, Serpent or Vyper, which are then compiled to byte-code and fed to the EVM. +- Ethereum - Created to be a blockchain for smart contracts. The smart contracts run in the Ethereum Virtual Machine (EVM), which can be thought of as a decentralized computer. Ethereum smart contracts can be written in languages such as Solidity, Serpent, Vyper, or Go which are then compiled to byte-code and fed to the EVM. - Hyperledger - An initiative hosted by the Linux Foundation for private blockchains and tends to be more business-oriented. There are several projects under the Hyperledger name, most of them with Smart Contract capabilities. Ethereum Smart Contracts can be run in Hyperledger too. - Corda - A new Operating System for Financial Services