Some words on Remix

This commit is contained in:
ankit raj
2018-03-06 19:39:53 +01:00
committed by chriseth
parent ba8819542f
commit 7566787cd2
+3 -1
View File
@@ -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