Merge pull request #5245 from ethereum/chriseth-patch-2

Add Ethfiddle
This commit is contained in:
chriseth 2018-10-17 17:22:15 +02:00 committed by GitHub
commit fb0ec1c562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.