aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorankit raj <aj07@users.noreply.github.com>2018-03-07 02:39:53 +0800
committerchriseth <chris@ethereum.org>2018-03-07 02:39:53 +0800
commit7566787cd247f9a84c1adb5ced9356b9ada0fa8e (patch)
tree869f7eb66d7445856898eab0fbaedd50e64bee49
parentba8819542fa2e4f0079323e6fefd0ba6ee9ea916 (diff)
downloaddexon-solidity-7566787cd247f9a84c1adb5ced9356b9ada0fa8e.tar
dexon-solidity-7566787cd247f9a84c1adb5ced9356b9ada0fa8e.tar.gz
dexon-solidity-7566787cd247f9a84c1adb5ced9356b9ada0fa8e.tar.bz2
dexon-solidity-7566787cd247f9a84c1adb5ced9356b9ada0fa8e.tar.lz
dexon-solidity-7566787cd247f9a84c1adb5ced9356b9ada0fa8e.tar.xz
dexon-solidity-7566787cd247f9a84c1adb5ced9356b9ada0fa8e.tar.zst
dexon-solidity-7566787cd247f9a84c1adb5ced9356b9ada0fa8e.zip
Some words on Remix
-rw-r--r--docs/index.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 184d0e69..f53b0fc4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -19,7 +19,9 @@ crowdfunding, blind auctions, multi-signature wallets and more.
.. note::
The best way to try out Solidity right now is using
`Remix <https://remix.ethereum.org/>`_
- (it can take a while to load, please be patient).
+ (it can take a while to load, please be patient). Remix is a web browser
+ based IDE that allows you to write Solidity smart contracts, then deploy
+ and run the smart contracts.
.. warning::
Since software is written by humans, it can have bugs. Thus, also