From 90b244d102285974b5a84a308bad5db925cb36a4 Mon Sep 17 00:00:00 2001 From: Javier Tarazaga Date: Sat, 27 Oct 2018 08:13:56 +0200 Subject: Added Superblocks Lab IDE to the generic section --- docs/resources.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/resources.rst b/docs/resources.rst index e9e65692..4dd617fa 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -21,9 +21,8 @@ Solidity Integrations * Generic: - * `EthFiddle `_ - Solidity IDE in the Browser. Write and share your solidity code. Uses server-side components. + Solidity IDE in the Browser. Write and share your Solidity code. Uses server-side components. * `Remix `_ Browser-based IDE with integrated compiler and Solidity runtime environment without server-side components. @@ -34,6 +33,9 @@ Solidity Integrations * `Solhint `_ Solidity linter that provides security, style guide and best practice rules for smart contract validation. + * `Superblocks Lab `_ + Browser-based IDE. Built-in browser-based VM and Metamask integration (one click deployment to Testnet/Mainnet). + * Atom: * `Etheratom `_ -- cgit