diff options
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 0449ff42..93e0dcb8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -69,6 +69,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. |