From d05cb3662c090211b1dfc3aeacf53b4f19a0c2c6 Mon Sep 17 00:00:00 2001 From: SystemGlitch Date: Wed, 13 Mar 2019 15:08:17 +0100 Subject: [PATCH] Add Solidity IDE to resources page --- docs/resources.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/resources.rst b/docs/resources.rst index 4dd617fa3..41c126ad7 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -27,12 +27,15 @@ Solidity Integrations * `Remix `_ Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. - * `Solium `_ - Linter to identify and fix style and security issues in Solidity. - * `Solhint `_ Solidity linter that provides security, style guide and best practice rules for smart contract validation. + * `Solidity IDE `_ + Browser-based IDE with integrated compiler, Ganache and local file system support. + + * `Solium `_ + Linter to identify and fix style and security issues in Solidity. + * `Superblocks Lab `_ Browser-based IDE. Built-in browser-based VM and Metamask integration (one click deployment to Testnet/Mainnet).