diff options
author | chriseth <chris@ethereum.org> | 2018-10-17 23:22:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 23:22:15 +0800 |
commit | fb0ec1c562d1b23f20c76d2d0f818db4e89199c3 (patch) | |
tree | c404f4933dc95f1aecfdc5a0dd1376bd13c763a4 /docs/index.rst | |
parent | f2f72ff7eea9a461ae8c71a13428e499c8b91025 (diff) | |
parent | 3d9f478a660209df95570e8dbec7a7112394e03a (diff) | |
download | dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.tar.gz dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.tar.zst dexon-solidity-fb0ec1c562d1b23f20c76d2d0f818db4e89199c3.zip |
Merge pull request #5245 from ethereum/chriseth-patch-2
Add Ethfiddle
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 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. |