aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-17 23:22:15 +0800
committerGitHub <noreply@github.com>2018-10-17 23:22:15 +0800
commitfb0ec1c562d1b23f20c76d2d0f818db4e89199c3 (patch)
treec404f4933dc95f1aecfdc5a0dd1376bd13c763a4 /docs
parentf2f72ff7eea9a461ae8c71a13428e499c8b91025 (diff)
parent3d9f478a660209df95570e8dbec7a7112394e03a (diff)
downloaddexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.tar
dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.tar.gz
dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.tar.bz2
dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.tar.lz
dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.tar.xz
dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.tar.zst
dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.zip
Merge pull request #5245 from ethereum/chriseth-patch-2
Add Ethfiddle
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 2dcd61d2..37d17348 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -70,6 +70,9 @@ Available Solidity Integrations
* Generic:
+ * `EthFiddle <https://ethfiddle.com/>`_
+ Solidity IDE in the Browser. Write and share your solidity code. Uses server-side components.
+
* `Remix <https://remix.ethereum.org/>`_
Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components.