From 2765c8c86446239e0acf6b38fb744d4b9610cb59 Mon Sep 17 00:00:00 2001 From: Rafsal Rahim <31894153+rafsalrahim@users.noreply.github.com> Date: Sun, 14 Oct 2018 02:38:38 +0530 Subject: [PATCH] added "Blockchain Technologies" (#18650) --- .../guide/english/blockchain/smart-contracts/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/client/src/pages/guide/english/blockchain/smart-contracts/index.md b/client/src/pages/guide/english/blockchain/smart-contracts/index.md index f653db0bd5..cbf281ac63 100644 --- a/client/src/pages/guide/english/blockchain/smart-contracts/index.md +++ b/client/src/pages/guide/english/blockchain/smart-contracts/index.md @@ -9,3 +9,11 @@ power of a Turing-Complete machine - meaning they can be steps for a task that a As a piece of code that sits on the blockchain, a smart contract can automate tasks. When an account receives money it can automatically distribute it to others. This is entirely transparent so all the nodes(miners) can see what logic is being executed. + + +## Blockchain Technologies + +Two of the most common technologies used are : +- Etherium +- Hyperledger +