From cd6ca9f3cb3be2f3e72c6859e9aa753534d1d30b Mon Sep 17 00:00:00 2001 From: Shelby Setzer <34425263+ssetzer@users.noreply.github.com> Date: Tue, 4 Dec 2018 19:08:00 -0500 Subject: [PATCH] Added Solidity and Ethereum sections (#23506) Added "Solidity Smart Contract Programming" and "Ethereum Development Tools" sections. --- guide/english/blockchain/smart-contracts/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guide/english/blockchain/smart-contracts/index.md b/guide/english/blockchain/smart-contracts/index.md index 625def6335..7d654dbb71 100644 --- a/guide/english/blockchain/smart-contracts/index.md +++ b/guide/english/blockchain/smart-contracts/index.md @@ -33,5 +33,11 @@ contract Hello { } } ``` - Pulled from [Medium - How to Write a Simple Smart Contract](https://medium.com/coinmonks/how-to-write-a-simple-smart-contract-25f6d3c1d6db). + +### Ethereum Development Tools +- [Remix (official Solidity IDE)] (https://remix.readthedocs.io/en/latest/) +- [Truffle] (https://github.com/trufflesuite/truffle) +- [MetaMask] (https://metamask.io/) +- [DAppBoard] (http://dappboard.com/app) +