From fcd8f61938fe6db3ecddff941ccd271a77a1938e Mon Sep 17 00:00:00 2001 From: Nina Breznik Date: Wed, 23 May 2018 23:36:31 -0400 Subject: [PATCH] Update index.md --- docs/index.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index 87f7a04f8b..300bdafe58 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,20 +1,21 @@ -Remix - Solidity IDE +Remix: Ethereum - IDE ==================== -##Welcome to Remix! -We hope our tool will help you efficiently write, test, debug -and deploy Solidity contracts straight from your browser. +## Welcome! +REMIX is a tool that can help you more efficiently **write, test, debug +and deploy Solidity contracts** directly from the browser. No signup needed. Just open [the link](http://remix.ethereum.org) and get started. It works best in Chrome and/or Firefox. -##Useful links -If you are just getting started, this is a set of recommended resources and links: -* [REMIX](http://remix.ethereum.org) +## Useful links +If you are new to blockchain and Ethereum ecosystem, this is a set of recommended resources and links to help you start with building your smart contracts: + +* [REMIX: Ethereum IDE](http://remix.ethereum.org) * [Documentation about Solidity language](https://solidity.readthedocs.io) * [Remix support/community chat](https://gitter.im/ethereum/remix) * [Remix Github repository](https://github.com/ethereum/remix-ide) -##Getting started +## Getting started To see how Remix works and how you can build your first simple contract, [click -here to get started](quickstart_javascript_vm.md) +here to get started!](quickstart_javascript_vm.md) --------