Merge pull request #808 from ethereum/ninabreznik-patch-2

Update index.md
pull/7/head
Nina Breznik 7 years ago committed by GitHub
commit ee86d630e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      docs/index.md

@ -1,20 +1,21 @@
Remix - Solidity IDE Remix: Ethereum - IDE
==================== ====================
##Welcome to Remix! ## Welcome!
We hope our tool will help you efficiently write, test, debug REMIX is a tool that can help you more efficiently **write, test, debug
and deploy Solidity contracts straight from your browser. 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 ## Useful links
If you are just getting started, this is a set of recommended resources and 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](http://remix.ethereum.org)
* [REMIX: Ethereum IDE](http://remix.ethereum.org)
* [Documentation about Solidity language](https://solidity.readthedocs.io) * [Documentation about Solidity language](https://solidity.readthedocs.io)
* [Remix support/community chat](https://gitter.im/ethereum/remix) * [Remix support/community chat](https://gitter.im/ethereum/remix)
* [Remix Github repository](https://github.com/ethereum/remix-ide) * [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 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)
-------- --------

Loading…
Cancel
Save