From 7566787cd247f9a84c1adb5ced9356b9ada0fa8e Mon Sep 17 00:00:00 2001 From: ankit raj Date: Wed, 7 Mar 2018 00:09:53 +0530 Subject: Some words on Remix --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/index.rst') 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 `_ - (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 -- cgit