From 5503eafa7afaa6ea65100681ea525b2b2b1d4b6e Mon Sep 17 00:00:00 2001 From: Neethan Date: Thu, 25 Oct 2018 09:16:49 -0400 Subject: [PATCH] Updated Blockchain Technologies descriptions (#25664) --- 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 7b10e8d08d..ef25a9963c 100644 --- a/guide/english/blockchain/smart-contracts/index.md +++ b/guide/english/blockchain/smart-contracts/index.md @@ -15,6 +15,6 @@ This is entirely transparent so all the nodes(miners) can see what logic is bein ## Blockchain Technologies Two of the most common technologies used are : -- Ethereum -- Hyperledger +- Ethereum: generally made with Solidity +- Hyperledger: generally made with Go, or Java